| Problem | brick |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2025-10-15 15:34:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:22:17: error: no match for ‘operator[]’ (operand types are ‘std::stack<int>’ and ‘int’)
22 | cout << bricks[i];
| ^