| Problem | typo |
|---|---|
| User | dooweidde |
| Submission Time | 2026-04-08 15:48:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:19:16: error: redeclaration of ‘std::map<char, long long int> m’
19 | map<char, int>m;
| ^
typo.cpp:15:16: note: ‘std::map<char, long long int> m’ previously declared here
15 | map<char, int>m;
| ^