Problem wv
User idontlikeboystrustme
Submission Time 2025-07-11 13:19:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:20:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | if(c == "v"){
| ^~~
wv.cpp:23:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
23 | else if(c == "w"){
| ^~~