明天就要CSP考试了,在此问一个问题。(本人第一次上机考试) 如果使用freopen打开stdin和stdout的文件进行读写,在程序return 0之前是否必须要写fclose(stdin)和fclose(stdout),还是可以不写?