李CSP100
CSP复赛提交代码时,必须添加文件输入输出语句freopen
freopen("xxx.in", "r", stdin); freopen("xxx.out", "w", stdout);