文件题目格式
2023-08-08 11:37:53
发布于:广东
#include<iostream>
using namespace std;
int main(){
freopen("文件名.in","r",stdin);
freopen("文件名.out","w",stdout);
/----/
//程序主体
/----/
fclose(stdin);
fclose(stdout);
return 0;
}
全部评论 1
114514
2023-08-08 来自 广东
0
有帮助,赞一个