Problem | countalp |
---|---|
User | justin271828 |
Submission Time | 2023-06-14 13:36:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:9:2: error: declaration does not declare anything [-fpermissive]
9 | map <char, int>;
| ^~~~~~~~~~~~~~~
countalp.cpp:10:2: error: ‘M’ was not declared in this scope
10 | M["a"] = 0;
| ^
countalp.cpp:36:22: error: ‘N’ was not declared in this scope
36 | for (int i = 0; i < N; i++) {
| ^