Problem | card |
---|---|
User | Dam |
Submission Time | 2023-02-09 10:30:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:18:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if(x == "A"){
| ^~~
card.cpp:21:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
21 | } else if (x == "B"){
| ^~~