| Problem | floors |
|---|---|
| User | ZenTan |
| Submission Time | 2024-12-19 23:26:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
floors.cpp: In function ‘long long int find(long long int)’:
floors.cpp:11:19: error: expected ‘;’ before ‘}’ token
11 | return find(p[x]) // instead of p[x], would it be slower or smth
| ^
| ;
12 | }
| ~