00OO00
00OO00
全部文章
分类
归档
标签
去牛客网
登录
/
注册
00OO00的博客
全部文章
(共15篇)
题解 | #判断两个IP是否属于同一子网#
#include <stdio.h> int main() { int dns[4]={0}, ip1[4]={0}, ip2[4]={0}; scanf("%d.%d.%d.%d\n",&dns[0],&dns[1],&dn...
2024-09-10
0
86
题解 | #数据分类处理#
#include <stdio.h> #include <math.h> #include <string.h> struct intarray { int *ptr; int size; }; /* 函數描述:數字包含判斷 */ int Da...
2024-09-01
0
102
题解 | #删除字符串中出现次数最少的字符#
#include <stdio.h> #include <string.h> int main() { char str[20]; scanf("%s\n",str); int map[26]={0}, mapmin[26]={0...
2024-08-28
0
97
题解 | #密码验证合格程序#
#include <stdio.h> #include <string.h> typedef struct element{ int flag1; //大寫flag,0:no 1:yes int flag2; //小寫flag int flag3; ...
2024-08-27
0
100
题解 | #简单错误记录#
#include <stdio.h> #include <string.h> /* Function: 數組內元素全部置零 */ void init(char *str) { memset(str,0,sizeof((*str)*strlen(str))); } ...
2024-08-26
0
102
首页
上一页
1
2
下一页
末页