2628的题解,灰常简洁,不再多言 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ printf("Hello dotcpp"); return 0;}…… 题解列表 2021年11月05日 0 点赞 0 评论 504 浏览 评分:0.0
2213来送你分了送你分了送你分了 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ printf("yes"); return 0;}…… 题解列表 2021年11月05日 0 点赞 0 评论 443 浏览 评分:0.0
2226ganzailipudianm 成员C语言 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main (){ int max,min,mid,a,b,c;scanf("%d %d %d…… 题解列表 2021年11月05日 0 点赞 0 评论 714 浏览 评分:0.0
2544wang旺旺碎碎冰,C语言,旺 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int x,y=0;scanf("%d",&x); for(int i=1;i<=x;i++) { y+=…… 题解列表 2021年11月05日 0 点赞 0 评论 412 浏览 评分:0.0
2095 就离谱C语言 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ long long y,a,b,c,d; scanf("%lld %lld %lld %lld",&a,&b…… 题解列表 2021年11月05日 0 点赞 0 评论 426 浏览 评分:0.0
2182 就;IP就离谱C语言 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ printf(" *\n * *\n*****\n"); return 0;}…… 题解列表 2021年11月05日 0 点赞 0 评论 425 浏览 评分:0.0
[编程入门]数字插入处理-----利用函数------(Python) 摘要:Python append----在最末尾添加 sort-----将列表排序 ```python team=list(map(int,input().split())) n=int(inpu…… 题解列表 2021年11月05日 0 点赞 0 评论 487 浏览 评分:0.0
1234: 检查一个数是否为质数-题解 摘要:解题思路:注意事项:参考代码:a = int(input())if a <= 1: print("N")elif a == 2: print("Y")else: for i in r…… 题解列表 2021年11月05日 0 点赞 0 评论 1183 浏览 评分:0.0
1026就是;铺C语言 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){int a[10],i;for(i=0;i<10;i++){scanf("%d",&a[i]);}for(i=9…… 题解列表 2021年11月05日 0 点赞 0 评论 629 浏览 评分:0.0
我失误的的1034 C语言 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ int x;scanf("%d",&x); int a,b,c,d; a=x/1000%10;b=x/100%…… 题解列表 2021年11月05日 0 点赞 0 评论 819 浏览 评分:0.0