fork download
  1. #include <stdio.h>
  2.  
  3. int main(int argc, char *argv[]) {
  4. int i = 10;
  5.  
  6. printf("%d",i);
  7.  
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5424KB
stdin
Standard input is empty
stdout
10