Problem | foreveralone |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-18 22:54:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:5:36: error: expected ‘;’ before ‘map’
5 | ios::sync_with_stdio(0);cin.tie(0)
| ^
| ;
6 | map<int, int>mp;
| ~~~
foreveralone.cpp:12:13: error: ‘mp’ was not declared in this scope
12 | mp[a] = 1;
| ^~
foreveralone.cpp:18:12: error: ‘mp’ was not declared in this scope
18 | if(mp.count(i) != 1) sum+= 1;
| ^~