fork download
  1. if(n%2==0)
  2. n++;
  3. else
  4. n--;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
5
compilation info
prog.c:1: error: expected identifier or ‘(’ before ‘if’
prog.c:3: error: expected identifier or ‘(’ before ‘else’
stdout
Standard output is empty