Problem clocktower
User FreedomhawksBANANAA
Submission Time 2023-03-24 19:39:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clocktower.cpp: In function ‘int main()’:
clocktower.cpp:8:3: error: expected initializer before ‘long’
8 | long long h, p;
| ^~~~
clocktower.cpp:9:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | cin >> n >> h;
| ^
| yn
clocktower.cpp:9:15: error: ‘h’ was not declared in this scope
9 | cin >> n >> h;
| ^
clocktower.cpp:11:12: error: ‘p’ was not declared in this scope
11 | cin >> p;
| ^