Problem | card |
---|---|
User | aj |
Submission Time | 2025-01-22 16:30:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:31:29: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
31 | }else if (moves[k]=="B"){
| ^~~
card.cpp:41:17: error: ‘k’ was not declared in this scope
41 | cout<<cards[k-1]<<cards[k]<<cards[k+1]<<endl;
| ^