网站首页 站内搜索

搜索结果

查询Tags标签: c20210705,共有 1条记录
  • c20210705

    #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 while ((ch = getchar()) != EOF) putchar(ch); return 0;}//int main()//{// in…

    2021/7/5 6:21:29 人评论 次浏览
扫一扫关注最新编程教程