Problem | helloworld |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-03-12 22:21:03 |
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 万能头文件 <bits/stdc++.h>
| ^
helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define 使用标准命名空间 using namespace std
| ^
helloworld.cpp:4:9: error: macro names must be identifiers
4 | #define 快速1 ios_base::sync_with_stdio(0)
| ^
helloworld.cpp:5:9: error: macro names must be identifiers
5 | #define 快速2 cin.tie(0)
| ^
helloworld.cpp:6:9: error: macro names must be identifiers
6 | #define 快速3 cout.tie(0)
| ^
helloworld.cpp:7:9: error: macro names must be identifiers
7 | #define 数字 int
| ^
helloworld.cpp:8:9: error: macro names must be identifiers
8 | #define 输出 cout<<
| ^
helloworld.cpp:9:9: error: macro names must be identifiers
9 | #define 结束 ;
| ^
helloworld.cpp:10:9: error: macro n