Problem supermarket
User Akshat369
Submission Time 2024-01-08 21:20:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supermarket.cpp: In function ‘void Solve()’:
supermarket.cpp:53:16: error: a function-definition is not allowed here before ‘{’ token
53 | int32_t main() {
| ^
supermarket.cpp:68:1: error: expected ‘}’ at end of input
68 | }
| ^
supermarket.cpp:18:14: note: to match this ‘{’
18 | void Solve() {
| ^