Problem videogames
User Mimikyu
Submission Time 2025-12-28 16:22:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

videogames.cpp:14:1: error: expected ‘,’ or ‘;’ before ‘map’
14 | map<int, int> mp;
| ^~~
videogames.cpp: In function ‘int main()’:
videogames.cpp:54:2: error: ‘mp’ was not declared in this scope
54 | mp[tot[0]] = 0;
| ^~