Problem wv
User om2024
Submission Time 2025-11-12 12:04:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:11:28: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if ((input.at(j))=="v") ans+=1;
| ^~~
wv.cpp:12:33: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | else if ((input.at(j))=="w") ans +=2;
| ^~~