fork download
  1. {
  2. num = 2 ;
  3. gum = 0 ;
  4. if(num < 0)
  5. gum = gum + 3;
  6. num = num - 1;
  7. printf(num);
  8. }
Success #stdin #stdout 0.01s 4276KB
stdin
1
2
10
42
11
stdout
11111