文件输入输出

· · 算法·理论

这个还用说吗。

    freopen("sth.in","r",stdin);
    freopen("sth.out","w",stdout);

back