Problem brick
User LinelyQwert
Submission Time 2023-07-27 22:42:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘std::stack<int> brick(std::stack<int>&, int)’:
brick.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | return s
| ^
| ;
13 | }
| ~