Problem brick
User dfsssssssssfsdfdssgdfs
Submission Time 2026-03-25 17:40:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:18:24: error: expected ‘;’ before ‘}’ token
18 | brick.push(num[y+1])
| ^
| ;
19 | }else{
| ~
brick.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | brick.push(num[y])
| ^
| ;
21 | }
| ~