Problem helloworld
User usernamehere
Submission Time 2024-05-10 15:41:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:9: error: macro names must be identifiers
2 | #define 使用 using
| ^
helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define 名字空间 namespace
| ^
helloworld.cpp:4:9: error: macro names must be identifiers
4 | #define 标准 std
| ^
helloworld.cpp:6:9: error: macro names must be identifiers
6 | #define ; ;
| ^
helloworld.cpp:8:9: error: macro names must be identifiers
8 | #define :: ::
| ^
helloworld.cpp:9:9: error: macro names must be identifiers
9 | #define 主 main
| ^
helloworld.cpp:10:9: error: macro names must be identifiers
10 | #define 整数 int
| ^
helloworld.cpp:11:9: error: macro names must be identifiers
11 | #define 浮 float
| ^
helloworld.cpp:12:9: error: macro names must be identifiers
12 | #define 倍 double
| ^
hellowo