fork(1) download
  1. #include<bits/stdc++.h>
  2. #define mid(L,R) ((R+L)/2)
  3. #define lc(idx) (2*idx+1)
  4. #define rc(idx) (2*idx+2)
  5. using namespace std;
  6. typedef pair < int , int > Point;
  7. typedef long long LL;
  8. int A[1000111];
  9. int main()
  10. {
  11. LL x = 1e15 ,c= 0;
  12. while(c<x)
  13. c+=2;
  14. cout<<"WTF THIS RAN!!";
  15. return 0;
  16. }
  17.  
Success #stdin #stdout 0s 7364KB
stdin
Standard input is empty
stdout
WTF THIS RAN!!