题解列表

筛选

不容易系列 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<string> #include<algorithm>  using na……

【偶数求和】 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a[101];    int c[101];    int i,k;    int n,m;   ……

IP判断 (C语言代码)

摘要:解题思路:利用字符串转换成数字函数,分割字符串函数注意事项:参考代码:#include <stdio.h>#include <string.h>#include <stdlib.h>int reStr……