Problem helloworld
User AlphanumericUsername
Submission Time 2023-03-12 22:20:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:9: error: macro names must be identifiers
1 | #define 万能头文件 <bits/stdc++.h>
| ^
helloworld.cpp:2:9: error: macro names must be identifiers
2 | #define 使用标准命名空间 using namespace std
| ^
helloworld.cpp:3:9: error: macro names must be identifiers
3 | #define 快速1 ios_base::sync_with_stdio(0)
| ^
helloworld.cpp:4:9: error: macro names must be identifiers
4 | #define 快速2 cin.tie(0)
| ^
helloworld.cpp:5:9: error: macro names must be identifiers
5 | #define 快速3 cout.tie(0)
| ^
helloworld.cpp:6:9: error: macro names must be identifiers
6 | #define 数字 int
| ^
helloworld.cpp:7:9: error: macro names must be identifiers
7 | #define 输出 cout<<
| ^
helloworld.cpp:8:9: error: macro names must be identifiers
8 | #define 结束 ;
| ^
helloworld.cpp:9:9: error: macro na