摘要:
#define _CRT_SECURE_NO_WARNINGS 1#include<stdio.h>#include<string.h>int main(){ int ch = 0; //输入一个 Ctrl + z 就会获取EOF 代码结束 // EOF - end of file -> -1 wh 阅读全文
posted @ 2021-07-05 01:03
黑与灰
阅读(42)
评论(0)
推荐(0)
|
摘要:
#define _CRT_SECURE_NO_WARNINGS 1#include<stdio.h>#include<string.h>int main(){ int ch = 0; //输入一个 Ctrl + z 就会获取EOF 代码结束 // EOF - end of file -> -1 wh 阅读全文
posted @ 2021-07-05 01:03
黑与灰
阅读(42)
评论(0)
推荐(0)
|