fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. int x;
  6.  
  7. if (x>=0)
  8. {
  9. scanf ("%i&x");
  10. printf ("Hello World");
  11. }
  12.  
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 5284KB
stdin
-1
stdout
Hello World