Problem sandd
User lexuantung71
Submission Time 2025-03-22 11:28:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:24:8: error: expected primary-expression at end of input
24 | if (
| ^
sandd.cpp:24:9: error: expected ‘)’ at end of input
24 | if (
| ~^
| )
sandd.cpp:24:8: error: expected statement at end of input
24 | if (
| ^
sandd.cpp:24:8: error: expected ‘}’ at end of input
sandd.cpp:4:21: note: to match this ‘{’
4 | int getPrice(int P) {
| ^