Problem | countalp |
---|---|
User | CookieCoder |
Submission Time | 2025-02-24 17:58:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘unordered_map’
10 | unordered_map<char, int> alphabets;
| ^~~~~~~~~~~~~
countalp.cpp:15:3: error: ‘alphabets’ was not declared in this scope
15 | alphabets[a[i]] += 1;
| ^~~~~~~~~
countalp.cpp:20:36: error: ‘alphabets’ was not declared in this scope
20 | cout << alpha[i] << " " << alphabets[alpha[i]] << endl;
| ^~~~~~~~~