Problem | countalp |
---|---|
User | hackerman123 |
Submission Time | 2023-02-08 13:54:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
countalp.cpp: In function ‘int main()’:
countalp.cpp:7:6: error: expected identifier before 'a'
7 | map['a'] = 0;
| ^~~
countalp.cpp:7:6: error: expected ‘]’ before 'a'
7 | map['a'] = 0;
| ^~~
| ]
countalp.cpp:7:5: error: empty structured binding declaration
7 | map['a'] = 0;
| ^
countalp.cpp:8:6: error: expected identifier before 'b'
8 | map['b'] = 0;
| ^~~
countalp.cpp:8:6: error: expected ‘]’ before 'b'
8 | map['b'] = 0;
| ^~~
| ]
countalp.cpp:8:5: error: empty structured binding declaration
8 | map['b'] = 0;
| ^
countalp.cpp:9:6: error: expected identifier before 'c'
9 | map['c'] = 0;
| ^~~
countalp.cpp:9:6: error: expected ‘]’ before 'c'
9 | map['c'] = 0;
| ^~~
| ]
countalp.cpp:9:5: error: empty structured binding declaration
9 | map[