fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. int i=0;
  5. if(i)
  6. {
  7. printf("hi");
  8. }
  9. else
  10. {
  11. printf("sudar");
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0.01s 5464KB
stdin
45
stdout
sudar