Problem sandd
User fanqie
Submission Time 2026-03-12 21:19:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:17:9: error: expected ‘;’ before ‘}’ token
17 | break
| ^
| ;
18 | }else continue;
| ~