| Problem | card |
|---|---|
| User | Impotato |
| Submission Time | 2026-01-20 16:43:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:15:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if (a == "A") {
| ^~~
card.cpp:18:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | } else if (a == "B") {
| ^~~