Problem | brick |
---|---|
User | Jordis00fed |
Submission Time | 2024-08-14 16:50:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:45:16: error: ‘i’ was not declared in this scope
45 | vector<i
| ^
brick.cpp:45:16: error: template argument 1 is invalid
brick.cpp:45:16: error: template argument 2 is invalid
brick.cpp:45:9: error: expected unqualified-id at end of input
45 | vector<i
| ^~~~~~~~
brick.cpp:45:9: error: expected ‘}’ at end of input
brick.cpp:41:17: note: to match this ‘{’
41 | while (T--) {
| ^
brick.cpp:45:9: error: expected ‘}’ at end of input
45 | vector<i
| ^~~~~~~~
brick.cpp:37:12: note: to match this ‘{’
37 | int main() {
| ^