Advertisement
savrasov

WORK

Oct 21st, 2017
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #include "stdafx.h"
  2.  
  3. #include <iostream>
  4. #include <fstream>
  5.  
  6.  
  7. using namespace std;
  8.  
  9. int main()
  10. {
  11.     ios_base::sync_with_stdio(0);
  12.     freopen("work.txt", "w", stdout);
  13.     for (int i = 0; i < 100; i++)
  14.         cout << "VSE_ROBIT_ZE ";
  15.     return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement