摘要: #include<iostream> using namespace std; int main(){ freopen("out.txt","wt",stdout); int i; for(i=1;i++<4;); cout<<i; return 0; } 大家可以先看一下这道题,可能第一眼会觉得很 阅读全文
posted @ 2023-09-05 22:18 荧惑守心~ 阅读(61) 评论(0) 推荐(0)
摘要: 什么是IDEA自定义头文件注释 如何设置IDEA自定义头文件注释 打开 File->Settings,输入 “File and Code”,如下: /** *@desc *@author shange *@date ${DATE} ${TIME} */ 其中 @desc (表示文件描述) @auth 阅读全文
posted @ 2023-09-05 10:03 荧惑守心~ 阅读(106) 评论(0) 推荐(0)