Problem shops
User WangZ
Submission Time 2025-10-25 17:20:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘int main()’:
shops.cpp:32:26: error: expected ‘;’ before ‘}’ token
32 | type[b] = "D"
| ^
| ;
33 | }
| ~