文章列表

筛选

1017完数的判断

摘要:#include<stdio.h>int main(){ int i,j,k,sum=0,N,a[200000],num=1; scanf("%d",&N); for(i=1;i<=N;i++) { ……

写着玩的,怕忘了

摘要:#include<stdio.h>#include<math.h>int main(){ double a; scanf("%lf",&a); double x1,x2; x2 = a/2; do{ ……

1491题,答案错误7

摘要:#include <stdio.h> #include <stdlib.h> int main() { int a,b; int i,j,k=0; int t,h; int n……