Problem | weddingcoins |
---|---|
User | rubyred |
Submission Time | 2024-03-04 14:44:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp:3:9: error: macro names must be identifiers
3 | #define 主 main
| ^
weddingcoins.cpp:4:9: error: macro names must be identifiers
4 | #define 功能同步 ios_base::sync_with_stdio
| ^
weddingcoins.cpp:5:9: error: macro names must be identifiers
5 | #define 快速输入 cin.tie
| ^
weddingcoins.cpp:6:9: error: macro names must be identifiers
6 | #define 输入 cin
| ^
weddingcoins.cpp:7:9: error: macro names must be identifiers
7 | #define 输出 cout
| ^
weddingcoins.cpp:8:9: error: macro names must be identifiers
8 | #define 如果 if
| ^
weddingcoins.cpp:9:9: error: macro names must be identifiers
9 | #define 但如果 else if
| ^
weddingcoins.cpp:10:9: error: macro names must be identifiers
10 | #define 取 for
| ^
weddingcoins.cpp:11:9: error: macro names must be identifiers
11 | #def