2021年04月03日 信息学奥赛中文件流的写法 头文件#include<cstdio>也可以用万能头格式如下:int main(){ freopen("xxxx.in","r",stdin); freopen("xxxx.out","w",stdout); /*代码*/ fclose(stdin); fclose(stdout); retrun 0; }其中, r是read的缩写,w是w