Problem | cake3 |
---|---|
User | penguin133 |
Submission Time | 2024-01-03 00:24:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cake3.cpp: In function ‘void shift(int, int)’:
cake3.cpp:40:21: error: ‘y’ was not declared in this scope
40 | x = *ms.begin(), y = *--buf.end();
| ^
cake3.cpp:52:21: error: ‘y’ was not declared in this scope
52 | x = *ms.begin(), y = *--buf.end();
| ^