Problem card
User BigBackAdrino
Submission Time 2026-07-02 17:49:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:14:30: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | while (cin>>input && input!="."){
| ^~~
card.cpp:15:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if (input == "A"){
| ^~~
card.cpp:19:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | else if (input == "B"){
| ^~~