bhushan23

generate.cpp

May 4th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. long long n,t;
  6. //cin >> n;
  7. n=10000000;
  8. t=n;
  9. cout << "#include<iostream> \n using namespace std; \n int main()\n {\n int x" ;
  10. while(n--)
  11. cout <<"0";
  12. cout << "= 0;\ncout<<x";
  13. while(t--)
  14. cout<<"0";
  15. cout<<";\n }";
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment