摘要:
任务4 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> int main() { char ch; int count = 0; FILE* fp; fp = fopen("D:\\data4.txt", "r 阅读全文
2022年12月26日
2022年11月30日
2022年11月8日
2022年10月19日
2022年10月18日
摘要:
task1 #include <stdio.h> int main() { printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } #include <stdio.h> int main() { printf(" 阅读全文
摘要:
#include <stdio.h> int main() { printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } 阅读全文
摘要:
#include<stdio.h> int main() { int answer; char words[5000]; printf("网课学习让一些人欢喜一些人忧.\n"); printf("1.作为喜欢自学且自律的人,觉得这样很好。有网络,自主学习,很OK。\n"); printf("2.不喜 阅读全文
摘要:
#include<stdio.h> int main() { char ans1, ans2; printf("每次课前认真预习,课后认真复习了没?(输入y或Y表示有,输入n或N表示没有):"); ans1 = getchar(); getchar(); printf("手动敲代码实践了没?(输入y 阅读全文