题解列表

筛选

七行代码解决问题

摘要:解题思路:用字符串解决问题注意事项:无参考代码:a=input()print(len(a))foriinrange(len(a)):  print(a[i],end……

简单,易懂

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){  intx,y,sum;  s……

布尔类型变量

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdbool.h>intmain(){  boolb;&……

C语言训练-水仙花数

摘要:解题思路:将所有三位数遍历,分别判断是否为水仙花数,是则输出。注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(void){……

简易,易懂

摘要:解题思路:注意事项:参考代码:intmain(){  intn;  floatsum=0; &nbsp……

喔喔喔喔喔喔喔喔喔

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){doublef1=1,f2=2,sum=0,n,f3,temp;scanf("%lf&quot……

不懂可评论

摘要:解题思路:注意事项:参考代码:class Time:    def __init__(sel……

c++小白,暴力ac

摘要:解题思路:注意事项:参考代码://#include<iostream>//usingnamespacestd;//inta[1000],b[1000],c[1000];//intmain(……