Problem firstabc
User Astronite
Submission Time 2025-08-01 15:27:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:18:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if ( arr[i] == "A")
| ^~~
firstabc.cpp:22:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
22 | if (arr[i] == "B")
| ^~~
firstabc.cpp:26:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
26 | if (arr[i] == "C")
| ^~~