Problem helloworld
User asruby
Submission Time 2025-02-02 10:22:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:9: error: macro names must be identifiers
2 | #define 整数 int
| ^
helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define 短整型 short
| ^
helloworld.cpp:4:9: error: macro names must be identifiers
4 | #define 长整型 long
| ^
helloworld.cpp:5:9: error: macro names must be identifiers
5 | #define 浮点型 float
| ^
helloworld.cpp:6:9: error: macro names must be identifiers
6 | #define 双精度 double
| ^
helloworld.cpp:7:9: error: macro names must be identifiers
7 | #define 字符 char
| ^
helloworld.cpp:8:9: error: macro names must be identifiers
8 | #define 布尔 bool
| ^
helloworld.cpp:9:9: error: macro names must be identifiers
9 | #define 空 void
| ^
helloworld.cpp:10:9: error: macro names must be identifiers
10 | #define 若 if
| ^
hellow