1183: 人见人爱A+B 摘要:解题思路:注意事项:参考代码:n=int(input())for i in range(n): a,b,c,d,e,f=map(int,input().split()) s=(c+f)%6…… 题解列表 2021年11月01日 0 点赞 0 评论 481 浏览 评分:7.0
1953 666C语言 good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int a,b,c,x; scanf ("%d",&x); a=x/1%10;b=x/10%10;c=x/1…… 题解列表 2021年11月01日 0 点赞 0 评论 207 浏览 评分:0.0
1952 C语言 666 good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int C,S, a,b; scanf("%d %d",&a,&b); C=(a+b)*2;S=a*b…… 题解列表 2021年11月01日 0 点赞 0 评论 143 浏览 评分:0.0
1977C语言666good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int a,b,c,max,min ,mid; scanf("%d%d%d",&a,&b,&c); max=…… 题解列表 2021年11月01日 0 点赞 0 评论 196 浏览 评分:0.0
1978C语言66good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int s,x,a,b; scanf("%d %d",&a,&b); s=a*a+b*b;x=a+b; if…… 题解列表 2021年11月01日 0 点赞 0 评论 230 浏览 评分:0.0
1810cyuyanc语言因 niu 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ char a;int b;float c;double x; scanf ("%c %d %f %lf",&…… 题解列表 2021年11月01日 0 点赞 0 评论 208 浏览 评分:0.0
1809C语言代码,good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ double a; scanf("%lf",&a); printf("%.12lf",a); return …… 题解列表 2021年11月01日 0 点赞 0 评论 534 浏览 评分:0.0
1808C语言代码,good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ float a; scanf ("%f",&a); printf("%.3f",a); return 0;…… 题解列表 2021年11月01日 0 点赞 0 评论 208 浏览 评分:0.0
1807C语言代码,good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int a,b,c; scanf("%d %d %d",&a,&b,&c); printf ("%-8d%-…… 题解列表 2021年11月01日 0 点赞 0 评论 518 浏览 评分:0.0
1806C语言代码,good 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int b; scanf("%*d %d %*d",&b); printf ("%d",b…… 题解列表 2021年11月01日 0 点赞 0 评论 283 浏览 评分:0.0