Problem card
User JoelToh
Submission Time 2026-02-13 15:40:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:16:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
16 | if (a[n] == "A") {
| ^~~
card.cpp:20:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | } else if (a[n] == "B") {
| ^~~