程序员的表白 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int a[100],i,j=0,k; while(~scanf("%d",&a[j]))j++; …… 题解列表 2017年10月22日 0 点赞 0 评论 1085 浏览 评分:0.0
大神老白 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<math.h> int main(){ int n[100],a[100][100],i,j=0; wh…… 题解列表 2017年10月22日 0 点赞 0 评论 912 浏览 评分:0.0
震宇大神的杀毒软件 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<math.h> int main(){ int n[100],a[100][100],i,j=0,k,l; …… 题解列表 2017年10月22日 0 点赞 0 评论 1331 浏览 评分:2.0
川哥的吩咐 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int main(){ char a1[100][1000],b1[100][1000]…… 题解列表 2017年10月22日 0 点赞 0 评论 983 浏览 评分:0.0
钟神赛车 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int n[100],i,j=0,a[100][100],b[100][100]; while(~s…… 题解列表 2017年10月22日 0 点赞 0 评论 835 浏览 评分:0.0
永远的丰碑 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int n[100],i,num=0,a[100][100]; scanf("%d",&n[num]…… 题解列表 2017年10月22日 0 点赞 0 评论 901 浏览 评分:0.0
分糖果 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int n,a[100],i,b[100],num=0,flag=0; scanf("%d",&n)…… 题解列表 2017年10月22日 0 点赞 0 评论 1280 浏览 评分:0.0
时间转换 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int h,m,t; scanf("%d",&t); h=t/3600; t%=3600; …… 题解列表 2017年10月22日 0 点赞 0 评论 856 浏览 评分:9.9
矩形面积交 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ double a1,a2,b1,b2,c1,c2,d1,d2,e1,e2,f1,f2; scanf(…… 题解列表 2017年10月22日 1 点赞 0 评论 1765 浏览 评分:4.2
模拟计算器 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int a,b; char c; scanf("%d %d %c",&a,&b,&c); s…… 题解列表 2017年10月22日 4 点赞 2 评论 2447 浏览 评分:7.7