fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. long long a=2501LL*2501*2501;
  5. printf("%lld\n", a);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
15643757501