fork download
  1. int main() {
  2. for (int i(7); i;){break;}
  3. if (int i(7)) {}
  4. }
Compilation error #stdin compilation error #stdout 0s 2880KB
stdin
Standard input is empty
compilation info
prog.cpp: In function 'int main()':
prog.cpp:3:7: error: expected primary-expression before 'int'
prog.cpp:3:7: error: expected ')' before 'int'
stdout
Standard output is empty