fork download
  1. #include <cstdio>
  2. using namespace std;
  3.  
  4. int main(){
  5. long long x = 1 << 50, y = 1LL << 50;
  6. printf("%lld\n%lld\n", x, y);
  7. return 0;
  8. }
Success #stdin #stdout 0s 16064KB
stdin
Standard input is empty
stdout
0
1125899906842624