aLT22

3semlab3 AlphaVersion

Dec 10th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2. #include <fstream>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8.     ifstream fin ("input.txt");
  9.     ofstream fout ("output.txt");
  10.     // other code
  11. }
Advertisement
Add Comment
Please, Sign In to add comment