Problem | contestcalc |
---|---|
User | Hengweezy |
Submission Time | 2024-02-02 13:12:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int main()’:
contestcalc.cpp:17:7: error: conflicting declaration ‘auto b’
17 | map[b] = c;
| ^
contestcalc.cpp:13:10: note: previous declaration as ‘std::string b’
13 | string b;
| ^