fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. long long suma=0;
  6. for(int j=0; j<1000000; j++)
  7. for(long long i=0; i<2000000000; i++)
  8. suma=suma+i;
  9. cout<<suma;
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
4006528410413793280