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