剔除相关数 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>typedef struct Node{ int pre; int change; int flag…… 题解列表 2017年12月18日 0 点赞 0 评论 810 浏览 评分:0.0
花落的新手写法(C语言代码)~ 摘要:解题思路:注意事项:会超时参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>int pow(int n){ int i,sum=1; …… 题解列表 2017年12月18日 0 点赞 0 评论 953 浏览 评分:0.0
WU-C语言考试练习题_保留字母 (C语言代码) 摘要:参考代码:#include<stdio.h> int main() { char str[80],*p; int i; p=str; gets(str); for(i=0;st…… 题解列表 2017年12月18日 3 点赞 0 评论 1233 浏览 评分:0.0
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int is_prime(int x){ int i; if(x<=1) return 0; for(…… 题解列表 2017年12月18日 0 点赞 0 评论 757 浏览 评分:0.0
花落的新手代码 (C语言代码) 摘要:解题思路:注意事项:注意多行输入,并且注意每次遇到.都要判断前导0参考代码:#include<stdio.h>int main(){ char sz[100][30]; int n=0,t=0,i,j…… 题解列表 2017年12月18日 0 点赞 0 评论 930 浏览 评分:0.0
2006年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>double fact(int k);double fact(k){ double sum…… 题解列表 2017年12月18日 0 点赞 0 评论 688 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(3) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>int main(){ int i,j,n,a[80][80],maxi,maxj,max…… 题解列表 2017年12月18日 0 点赞 0 评论 752 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>int main(){ double x,y; s…… 题解列表 2017年12月18日 0 点赞 0 评论 796 浏览 评分:0.0
2004年秋浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>int main(){ int i,max,a[10],…… 题解列表 2017年12月18日 0 点赞 0 评论 764 浏览 评分:0.0
2004年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>double fact(n){ int i; do…… 题解列表 2017年12月18日 0 点赞 0 评论 614 浏览 评分:0.0