fork download
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. int x;
  6. x=10;
  7. int j;
  8. j=11;
  9. return 0;
  10. }
Success #stdin #stdout 0s 5276KB
stdin
Standard input is empty
stdout
Standard output is empty