Problem | card |
---|---|
User | om2024 |
Submission Time | 2024-06-21 09:25:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp:25:2: error: stray ‘\302’ in program
25 | }
| ^
card.cpp:25:3: error: stray ‘\240’ in program
25 | }
| ^
card.cpp: In function ‘int main()’:
card.cpp:9:18: error: expected ‘;’ before ‘<’ token
9 | for(int i = 0, i < m, i++) {
| ^~
| ;
card.cpp:9:19: error: expected primary-expression before ‘<’ token
9 | for(int i = 0, i < m, i++) {
| ^
card.cpp:9:27: error: expected ‘;’ before ‘)’ token
9 | for(int i = 0, i < m, i++) {
| ^
| ;
card.cpp:13:5: error: ‘a’ was not declared in this scope
13 | if(a) {
| ^
card.cpp:14:7: error: redeclaration of ‘int a’
14 | int a = dq.front(); cin >> a;
| ^
card.cpp:13:5: note: ‘<typeprefixerror>a’ previously declared here
13 | if(a) {
|