fork download
  1. struct Foo
  2. {
  3. int a(10);
  4. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:8: error: expected identifier before numeric constant
  int a(10);
        ^
prog.cpp:3:8: error: expected ',' or '...' before numeric constant
stdout
Standard output is empty