Problem sandd
User Jellofish0406
Submission Time 2025-04-26 09:47:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sandd.cpp: In function ‘long long int getPrice(long long int)’:
sandd.cpp:10:19: error: ‘P’ was not declared in this scope
10 | int lo = 0, hi = P, mid;
| ^
sandd.cpp:13:3: error: ‘mid’ was not declared in this scope
13 | mid = (lo + hi) / 2; // Note that it rounds down
| ^~~
sandd.cpp: At global scope:
sandd.cpp:18:2: error: expected unqualified-id before ‘return’
18 | return lo;
| ^~~~~~
sandd.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^