Problem | card |
---|---|
User | noob41 |
Submission Time | 2023-11-08 14:21:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int32_t main()’:
card.cpp:15:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if(k[i]=="A"){
| ^~~
card.cpp:19:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | else if(k[i]=="B"){
| ^~~
card.cpp:24:15: error: no match for ‘operator-’ (operand types are ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} and ‘int’)
24 | cout<<dq[k-1]<<" "<<dq[k]<<" "<<dq[k+1];
| ~^~
| | |
| | int
| std::string {aka std::__cxx11::basic_string<char>}
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64