| Problem | area2 |
|---|---|
| User | Gj |
| Submission Time | 2026-03-04 21:11:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area2.cpp:4:9: error: macro names must be identifiers
4 | #define λλ auto
| ^
area2.cpp:5:9: error: macro names must be identifiers
5 | #define π std::cout
| ^
area2.cpp:6:9: error: macro names must be identifiers
6 | #define σ std::cin
| ^
area2.cpp:7:9: error: macro names must be identifiers
7 | #define ω std::vector
| ^
area2.cpp:8:9: error: macro names must be identifiers
8 | #define Σ return
| ^
area2.cpp:9:9: error: macro names must be identifiers
9 | #define я for
| ^
area2.cpp:10:9: error: macro names must be identifiers
10 | #define ж if
| ^
area2.cpp:11:9: error: macro names must be identifiers
11 | #define з int
| ^
area2.cpp:13:1: error: stray ‘\320’ in program
13 | з main() {
| ^
area2.cpp:13:2: error: stray ‘\267’ in program
13 | з main()