Problem helloworld
User AlphanumericUsername
Submission Time 2024-03-02 22:37:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:9: error: macro names must be identifiers
2 | #define 早 "Hello"
| ^
helloworld.cpp:5:8: error: stray ‘\346’ in program
5 | cout<<早<<" World";
| ^
helloworld.cpp:5:9: error: stray ‘\227’ in program
5 | cout<<早<<" World";
| ^
helloworld.cpp:5:10: error: stray ‘\251’ in program
5 | cout<<早<<" World";
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:11: error: expected primary-expression before ‘<<’ token
5 | cout<<早<<" World";
| ^~