| Problem | firstabc |
|---|---|
| User | TheInvadr |
| Submission Time | 2024-12-29 10:42:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:20:23: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
20 | if(s[i]=='A')a++;
| ^~
firstabc.cpp:21:23: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
21 | if(s[i]=='B')b++;
| ^~
firstabc.cpp:22:23: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
22 | if(s[i]=='C')c++;
| ^~