fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4. typedef long long ll;
  5. typedef vector<int> vi;
  6. typedef pair<int,int> pii;
  7. typedef pair<ll,ll> pll;
  8. typedef vector<pii> vpii;
  9. typedef unsigned long long llu;
  10.  
  11. #define author ayushtomar
  12. #define rf freopen("in.txt", "r", stdin)
  13. #define wf freopen("out.txt", "w", stdout)
  14. #define debug(x) cerr<<#x<<" "<<x<<endl;
  15. #define f first
  16. #define s second
  17. #define mp make_pair
  18. #define pb push_back
  19. int main()
  20. {
  21. int n = 200000,ans=0;
  22. printf("%d\n",n);
  23. for(int i = 1; i <= n; ++i)
  24. {
  25. printf("0 0\n");
  26. }
  27. return 0;
  28. }
  29.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:24: fatal error: bits/stdc++.h: No such file or directory
compilation terminated.
stdout
Standard output is empty