Problem hunter
User hht
Submission Time 2022-12-22 14:01:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hunter.cpp:8:8: error: ‘pii’ was not declared in this scope 8 | vector<pii> v1,v2; | ^~~ hunter.cpp:8:11: error: template argument 1 is invalid 8 | vector<pii> v1,v2; | ^ hunter.cpp:8:11: error: template argument 2 is invalid hunter.cpp: In function ‘void hunter(int, int, int, int, std::vector<int>, std::vector<int>)’: hunter.cpp:21:9: error: ‘i’ was not declared in this scope 21 | rep(i,0,A.size()){ | ^ hunter.cpp:21:5: error: ‘rep’ was not declared in this scope 21 | rep(i,0,A.size()){ | ^~~ hunter.cpp:32:10: error: ‘all’ was not declared in this scope; did you mean ‘std::filesystem::perms::all’? 32 | sort(all(v1)); | ^~~ | std::filesystem::perms::all In file included from /usr/include/c++/9/filesystem:36, from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:129, from hunter.cpp:1: /usr/include/c++/9/bits/fs_fwd.h: