Problem floors
User user123
Submission Time 2023-11-28 21:15:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

floors.cpp: In function ‘int main()’:
floors.cpp:37:3: error: ‘p’ was not declared in this scope
37 | p[x]=(x==1?n:x-1);
| ^