Problem | brick |
---|---|
User | mingging1748 |
Submission Time | 2024-10-10 18:19:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:26:9: error: ‘result’ was not declared in this scope
26 | result.push(s.top());
| ^~~~~~
brick.cpp:30:13: error: ‘result’ was not declared in this scope
30 | while (!result.empty()) {
| ^~~~~~