Problem humantrafficking
User Tyx2019
Submission Time 2023-11-27 11:56:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

humantrafficking.cpp: In function ‘int main()’:
humantrafficking.cpp:18:11: error: ‘class std::queue<long long int>’ has no member named ‘top’; did you mean ‘pop’?
18 | int x=q.top();
| ^~~
| pop
humantrafficking.cpp:27:10: error: ‘n’ was not declared in this scope
27 | if(!vis[n-1]) return 69;
| ^