Problem | sphinx |
---|---|
User | Tyx2019 |
Submission Time | 2024-12-23 12:25:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sphinx.cpp:13:17: error: stray ‘#’ in program
13 | if(dbg) cout << #arr << " is ";\
| ^
sphinx.cpp:13:1: error: expected unqualified-id before ‘if’
13 | if(dbg) cout << #arr << " is ";\
| ^~
sphinx.cpp:15:1: error: expected unqualified-id before ‘if’
15 | if(dbg) for(auto a238394:arr) cout << a238394 << " ";\
| ^~
sphinx.cpp:17:1: error: expected unqualified-id before ‘if’
17 | if(dbg) cout << '\n';
| ^~