freopen csp
2024-02-20 16:17:38
发布于:北京
必记!
csp要用
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("文件名.in","r",stdin);
	freopen("文件名.out","w",stdout);
	//代码
	fclose(stdin);
	fclose(stdout);
	return 0;
}
全部评论 1
一定要记住!!!
2024-02-20 来自 北京
1为什么
2024-02-20 来自 北京
0...不记必定寄
2024-02-20 来自 北京
0







有帮助,赞一个