Problem helloworld
User usernamehere
Submission Time 2024-12-28 14:40:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define ; ;
| ^
helloworld.cpp:5:23: error: stray ‘\315’ in program
5 | cout << "Hello World";
| ^
helloworld.cpp:5:24: error: stray ‘\276’ in program
5 | cout << "Hello World";
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:23: error: expected ‘;’ before ‘}’ token
5 | cout << "Hello World";
| ^
| ;
6 | }
| ~