Problem | mao |
---|---|
User | bz |
Submission Time | 2024-05-26 11:49:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mao.cpp:40:2: error: stray ‘\342’ in program
40 | }
| ^
mao.cpp:40:3: error: stray ‘\200’ in program
40 | }
| ^
mao.cpp:40:4: error: stray ‘\257’ in program
40 | }
| ^
mao.cpp:40:5: error: stray ‘\342’ in program
40 | }
| ^
mao.cpp:40:6: error: stray ‘\201’ in program
40 | }
| ^
mao.cpp:40:7: error: stray ‘\240’ in program
40 | }
| ^
mao.cpp:3:1: error: ‘string’ does not name a type
3 | string o;
| ^~~~~~
mao.cpp:4:1: error: ‘stack’ does not name a type
4 | stack<int> s;
| ^~~~~
mao.cpp: In function ‘void mao_to_cpp(int)’:
mao.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout<<INT_MIN;
| ^~~~
mao.cpp:7:9: error: ‘INT_MIN’ was not declared in this scope
7 | cout<<INT_MIN;
| ^~~~~~~
mao.cpp:1:1: note: ‘INT_MIN’ is defined in he