Problem brick
User wrizz69
Submission Time 2023-04-21 14:41:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int32_t main()’:
brick.cpp:14:21: error: ‘a’ was not declared in this scope
14 | v.push_back(a);
| ^
brick.cpp: At global scope:
brick.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^