Problem helloworld
User Dolphy
Submission Time 2024-01-17 09:50:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:17: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
5 | #define goodbye Hello World
| ^~~~~
helloworld.cpp:7:11: note: in expansion of macro ‘goodbye’
7 | print goodbye;
| ^~~~~~~