Advertisement
arinado

template

Feb 4th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <fstream>
  2. #include <vector>
  3. #include <ios>
  4. #include <iomanip>
  5. #include <cmath>
  6. #include <stdio.h>
  7. #include <string>
  8. #define  _USE_MATH_DEFINES
  9.  
  10. using namespace std;
  11. ifstream fin("input.txt");
  12. ofstream fout("output.txt");
  13. vector<string> mas;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement