Problem wv
User Astronite
Submission Time 2025-08-27 18:14:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:11:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if (arr[i] == "w"){
| ^~~
wv.cpp:14:24: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | else if (arr[i] == "v"){
| ^~~