Problem card
User dumbfounded47
Submission Time 2026-01-14 13:02:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

card.cpp: In function ‘int main()’:
card.cpp:19:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | if (word[i] == "A"){V.push_back(V[0]); V.erase(V.begin());}
| ^~~