Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "stdafx.h"
- #include <iostream>
- #include <fstream>
- using namespace std;
- int main()
- {
- ios_base::sync_with_stdio(0);
- freopen("work.txt", "w", stdout);
- for (int i = 0; i < 100; i++)
- cout << "VSE_ROBIT_ZE ";
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement