Problem | helloworld |
---|---|
User | AlphanumericUsername |
Submission Time | 2024-03-02 22:36:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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";
| ^~