题解列表

筛选

二分法,求阶乘

摘要:解题思路:通过规律发现:5!-> end 0 number is 110-> end 0 number is 215->end 0 number is 3…………注意事项:参考代码:import os……

ikun崩溃代码

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

ikun崩溃代码

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

ikun崩溃代码

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

画矩形(清晰思路)

摘要:解题思路:注意事项:注意换行符参考代码:#include<stdio.h>int main(){ int height,width,control,i,j;//i控制宽度,j控制高度 char ch;……

ikun崩溃代码

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

ikun崩溃代码

摘要:解题思路:不会注意事项:注意看题目要求即可参考代码:#include <stdio.h>int main(){ double x; char y; float z; int   w; scan……