Problem card
User dieunq1309
Submission Time 2023-04-29 12:00:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:17:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17 | if (str[i] == "A")
| ^~~
card.cpp:21:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
21 | if (str[i] == "B")
| ^~~
card.cpp:26:10: error: ‘arr’ was not declared in this scope
26 | cout << arr[k-1] << arr[k] << arr[k+1];
| ^~~