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