Problem hotelhunt_easy
User PlayVoltz
Submission Time 2024-06-25 22:14:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hotelhunt_easy.cpp: In function ‘int32_t main()’:
hotelhunt_easy.cpp:94:11: error: request for member ‘assign’ in ‘visited’, which is of non-class type ‘bool [200005]’
94 | visited.assign(n+1, 0);
| ^~~~~~