Problem labs
User MegaG
Submission Time 2026-01-06 19:15:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

labs.cpp: In function ‘long long int itexists(std::vector<std::pair<std::__cxx11::basic_string<char>, long long int> >, std::string)’:
labs.cpp:19:14: error: a function-definition is not allowed here before ‘{’ token
19 | signed main(){
| ^
labs.cpp:49:1: error: expected ‘}’ at end of input
49 | }
| ^
labs.cpp:11:52: note: to match this ‘{’
11 | int itexists(vector<pair<string, int>> x, string f){
| ^