摘要:
实验任务1 // 将file1.txt中小写字母转换成大写后,另存为file2.txt #include <stdio.h> #include <stdlib.h> int main() { FILE *fin, *fout; // 定义文件类型指针 int ch; fin = fopen("fil 阅读全文
posted @ 2020-12-24 21:15
麻凯文
阅读(52)
评论(0)
推荐(0)
摘要:
实验任务1 #include <stdio.h> #include <math.h> int main(){ int a,b; scanf("%d %d",&a,&b); printf("%d+%d=%d\n",a,b,a+b); return 0; } 实验任务2 /* 循环打印字符 */ #in 阅读全文
posted @ 2020-12-24 00:10
麻凯文
阅读(73)
评论(0)
推荐(0)
浙公网安备 33010602011771号