Problem floors
User wrizz69
Submission Time 2024-12-28 10:33:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

floors.cpp: In member function ‘void Hotel::markNextFloorAvailable(long long int)’:
floors.cpp:26:26: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
26 | if (floor + 1 <= n) {
| ^
| yn