Problem helloworld
User shenshiqi
Submission Time 2026-06-16 20:11:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:9: error: macro names must be identifiers
4 | #define λ auto
| ^
helloworld.cpp:5:9: error: macro names must be identifiers
5 | #define Ω template<int N>
| ^
helloworld.cpp:6:9: error: macro names must be identifiers
6 | #define Ψ typename
| ^
helloworld.cpp:7:9: error: macro names must be identifiers
7 | #define Σ static constexpr
| ^
helloworld.cpp:8:9: error: macro names must be identifiers
8 | #define Ξ reinterpret_cast
| ^
helloworld.cpp:10:11: error: stray ‘\316’ in program
10 | namespace α {
| ^
helloworld.cpp:10:12: error: stray ‘\261’ in program
10 | namespace α {
| ^
helloworld.cpp:12:5: error: stray ‘\316’ in program
12 | Ω
| ^
helloworld.cpp:12:6: error: stray ‘\251’ in program
12 | Ω
| ^
helloworld.cpp:13:12: