头文件(C++11)、从文件输入输出
生活随笔
收集整理的這篇文章主要介紹了
头文件(C++11)、从文件输入输出
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#include<bits/stdc++.h>using namespace std;int main()
{freopen("a_in.txt","r",stdin);freopen("a_out.txt","w",stdout);int x;while(cin >> x)cout << x;return 0;
}
總結
以上是生活随笔為你收集整理的头文件(C++11)、从文件输入输出的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 2020年, SGG论文汇总
- 下一篇: CVPR 2020 《Transform