fork download
  1. // Online C compiler to run C program online
  2. #include <stdio.h>
  3.  
  4. int main() {
  5. int i=9500650;
  6. printf("%d",i);
  7. return 0;
  8. }
Success #stdin #stdout 0s 5276KB
stdin
Standard input is empty
stdout
9500650