热门图集
最近更新
我直接ifififif
摘要:```cpp#include #include using namespace std;int main(){ string s; int a[50]={0},……
字符逆序-一个for搞定
摘要:解题思路:注意事项:#include<stdio.h>#include<string.h>intmain(){&……
L1-023 输出GPLT
摘要://注意细节处理,最后的输出#include<iostream>usingnamespacestd;strings;inta……
易于理解-数1的个数-for、while结合
摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intn,a=0,i……
判断一个数是否为质数
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>//判断一个数是否为质数int&……
L1-020 帅到没朋友(如何补零)
摘要://注意若朋友圈只有一个朋友(自己)也算没朋友//行末不能有空格#include<iostream>#include<iomanip>&nb……