作者:yunjinqi   类别:    日期:2023-05-31 11:35:54   阅读:448 次   消耗积分:0 分
#include <stdio.h> #include <math.h> int main(){     int x=3,y=x*x;...
作者:yunjinqi   类别:    日期:2023-05-31 11:33:03   阅读:434 次   消耗积分:0 分
#include <stdio.h> #include <math.h> int main(){     int n,m;...
作者:yunjinqi   类别:    日期:2023-05-31 11:28:57   阅读:431 次   消耗积分:0 分
#include <stdio.h> #include <math.h> int main(){     int n;...
作者:yunjinqi   类别:    日期:2023-05-31 11:26:44   阅读:441 次   消耗积分:0 分
#include <stdio.h> int main(){     int num;     int count=0;...
作者:yunjinqi   类别:    日期:2023-05-31 11:24:21   阅读:442 次   消耗积分:0 分
这道超级简单的题目没有任何输入。你只需要在第一行中输出程序员钦定名言“Hello World”,并且在第二行中输出更新版的“Hello New...
作者:yunjinqi   类别:    日期:2023-05-31 11:22:07   阅读:436 次   消耗积分:0 分
#include <stdio.h> int main(){     int a,b;...
作者:yunjinqi   类别:    日期:2023-05-31 11:19:43   阅读:435 次   消耗积分:0 分
#include <stdio.h> int main(){     int hour,minute;...
作者:yunjinqi   类别:    日期:2023-05-31 11:17:06   阅读:435 次   消耗积分:0 分
#include <stdio.h> int main(){     int n,c=0;     if (scanf("%d",&n)!=EOF){...
作者:yunjinqi   类别:    日期:2023-05-31 10:45:17   阅读:441 次   消耗积分:0 分
#include <stdio.h> #include <math.h> int main(){     int n;     int arr[3];...
作者:yunjinqi   类别:    日期:2023-05-31 10:41:53   阅读:445 次   消耗积分:0 分
#include <stdio.h> #include <math.h> int main(){     int n;...
上一页   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   下一页