Problem | summit |
---|---|
User | eliasxyz |
Submission Time | 2025-06-07 16:06:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summit.cpp: In function ‘int main()’:
summit.cpp:15:29: error: expected ‘(’ before ‘UnflooredClimb’
15 | totalH+=static_cast<int> UnflooredClimb;
| ^~~~~~~~~~~~~~
| (
summit.cpp:15:43: error: expected ‘)’ before ‘;’ token
15 | totalH+=static_cast<int> UnflooredClimb;
| ^
| )
summit.cpp:17:4: error: ‘UnflooeredClimb’ was not declared in this scope; did you mean ‘UnflooredClimb’?
17 | UnflooeredClimb=UnflooredClimb/(d+day-1);
| ^~~~~~~~~~~~~~~
| UnflooredClimb