随笔分类 -  C语言经典习题100例

摘要:代码: #include <stdio.h> #include <stdlib.h> int main() { long int i; int bouns1,bouns2,bouns4,bouns6,bouns10,bouns; printf("请输入当月利润:"); scanf("%ld",&i) 阅读全文
posted @ 2021-04-06 21:30 heshuiqingan 阅读(289) 评论(0) 推荐(0)
摘要:代码 #include <stdio.h> #include <stdlib.h> int main() { int x,y,z,sum; sum=0; printf("\n"); printf("这些数字分别是:\n"); for(x=1;x<5;++x){ for(y=1;y<5;++y){ f 阅读全文
posted @ 2021-04-05 17:40 heshuiqingan 阅读(345) 评论(0) 推荐(0)