Problem brick
User itchydeez
Submission Time 2023-11-25 13:29:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:11:14: error: expected ‘;’ before ‘}’ token
11 | pq.push(j)
| ^
| ;
12 | }
| ~