张润2022
张润2022
全部文章
分类
2022秋招(2)
题解(11)
归档
标签
去牛客网
登录
/
注册
张润2022的博客
全部文章
(共15篇)
题解 | #字符串分隔#
#include <stdio.h> #include <stdlib.h> #include <string.h> char buf[50]; void Little(char *a,int remain){ int i; strcpy(buf,...
2021-08-12
0
416
题解 | #明明的随机数#
#include <stdio.h> #include <stdlib.h> #include <string.h> struct NUM{ int num; struct NUM *next; }; void getnum(struct NU...
2021-08-11
0
412
题解 | #明明的随机数#
#include <stdio.h> #include <stdlib.h> #include <string.h> struct NUM{ int num; struct NUM *next; }; void getnum(struct NU...
2021-08-11
0
390
题解 | #计算某字母出现次数#
#include <stdio.h> #include <string.h> int main(void){ char str[500]; char TARGET,target; int num=0; int point=0; get...
2021-08-11
0
342
题解 | #求int型正整数在内存中存储时1的个数#
#include <stdio.h> #include <string.h> int main(void){ char str[5000]; int point=0,length; int num=0; gets(str); do{ ...
2021-08-11
0
423
首页
上一页
1
2
下一页
末页