fork download
  1. {
  2. num = $1;
  3. if(num == 42)
  4. else
  5. printf("%d\n", num);
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
42
11
compilation info
prog.cbl:     1: error: syntax error, on or before '{'
stdout
Standard output is empty