| Problem | card |
|---|---|
| User | Teeskit |
| Submission Time | 2025-08-21 17:24:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:15:22: error: ‘len’ was not declared in this scope; did you mean ‘mblen’?
15 | for (int i = 0; i < len(b); i++){
| ^~~
| mblen
card.cpp:16:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
16 | if(b[i] == "A") {
| ^~~
card.cpp:19:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | else if (b[i] == "B") {
| ^~~
card.cpp:22:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
22 | else if (b[i] == "."){
| ^~~