Problem | firstabc |
---|---|
User | StormyGood |
Submission Time | 2024-02-16 14:42:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
firstabc.cpp: In function ‘int main()’:
firstabc.cpp:14:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | if (b[i] == "A")
| ^~~
firstabc.cpp:18:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if (b[i] == "B")
| ^~~
firstabc.cpp:22:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
22 | if (b[i] == "C")
| ^~~