Problem helloworld
User Elnathan
Submission Time 2023-04-27 11:40:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:10:9: error: macro names must be identifiers
10 | #define 0 zwood
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:19:11: error: ‘zwood’ was not declared in this scope; did you mean ‘wood’?
19 | woodturn zwood;
| ^~~~~
| wood