Problem eating
User G92
Submission Time 2024-07-13 10:44:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:13:20: error: expected unqualified-id before ‘>’ token
13 | map<string, string>>a;
| ^~
eating.cpp:20:4: error: ‘a’ was not declared in this scope
20 | a.insert({j,k});
| ^
eating.cpp:25:6: error: ‘a’ was not declared in this scope
25 | if(a.find(j)==a.end())
| ^