题解列表

筛选

送分了........

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a,b,c=0,d=0,e=0;    scanf("%d",&a);    while(a)  ……

送分了........

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,a,b,p=0,q=0,sum=0;    scanf("%d %d",&a,&b);    ……

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,a,b,c,d,e=0,f=0,g=0;    scanf("%d",&a);    whil……

送分了........

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int max=0,min=1000,a,b;    scanf("%d",&a);    while(a……

直接写就得了

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a,b,max=0;    scanf("%d",&a);    while(a)    {   ……

EZ,不收徒我是c语言大佬

摘要:解题思可以背下单词,才能更好的写出,这种高级程序注意事项:参考代码:#include"stdio.h"    int main(){    printf("Hello World!"\n);    r……

字符串匹配问题(strs),写吐了呀

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个字符数组,包含所有括号和尖括号的符号 char ss[10]……