fork download
  1. struct Gebäude {};
  2.  
  3. int main()
  4. {
  5. Gebäude gebäudeInDerStraße;
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1: error: stray ‘\303’ in program
prog.cpp:1: error: stray ‘\244’ in program
prog.cpp:5: error: stray ‘\303’ in program
prog.cpp:5: error: stray ‘\244’ in program
prog.cpp:5: error: stray ‘\303’ in program
prog.cpp:5: error: stray ‘\244’ in program
prog.cpp:5: error: stray ‘\303’ in program
prog.cpp:5: error: stray ‘\237’ in program
prog.cpp:1: error: function definition does not declare parameters
prog.cpp: In function ‘int main()’:
prog.cpp:5: error: expected initializer before ‘geb’
stdout
Standard output is empty