| Problem | firstabc |
|---|---|
| User | chickengoat |
| Submission Time | 2025-12-15 13:46:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:12:7: error: conflicting declaration ‘auto s’
12 | map[s]++;
| ^
firstabc.cpp:10:10: note: previous declaration as ‘std::string s’
10 | string s;
| ^
firstabc.cpp:12:9: error: expected initializer before ‘++’ token
12 | map[s]++;
| ^~
firstabc.cpp:14:9: error: expected unqualified-id before ‘[’ token
14 | if(map[A] && map[B] && map[C]) {
| ^