Advertisement
Guest User

Untitled

a guest
Oct 6th, 2014
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. //Bismillahir Rahmanir Rahim
  2. #include <iostream>
  3. #include <cstdio>
  4. #include <algorithm>
  5. #include <cmath>
  6. #include <cctype>
  7. #include <cstdlib>
  8. #include <vector>
  9. #include <string>
  10. #include <cstring>
  11. #include <queue>
  12. #include <set>
  13. #include <stack>
  14. #include <map>
  15. #include <sstream>
  16. using namespace std;
  17. int main()
  18. {
  19. int a,s,d,f,g;
  20. //freopen("out.txt","wt",stdout);
  21. a=100000;
  22. f=1;
  23. cout<<a<<endl;
  24. for(s=1;s<=a;s++)
  25. {
  26. cout<<1<<" ";
  27. }
  28. cout<<endl;
  29. d=100000;
  30. cout<<d<<endl;
  31. for(f=1;f<=d;f++)
  32. {
  33. cout<<100000<<" ";
  34. }
  35. cout<<endl;
  36. return 0;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement