微信扫一扫
众所周知,如果你想要使用文件,那么你要是用freopen 具体用法:
freopen
freopen("输入文件名.in","r",stdin); freopen("文件输出名.out","w",stdout);
相关推荐