Problem wv
User ilovepythonandhatecplusplus
Submission Time 2025-08-29 20:37:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:6:16: error: expected initializer before ‘.’ token
6 | long long n.count;
| ^
wv.cpp:7:5: error: ‘count’ was not declared in this scope
7 | count=0;
| ^~~~~
wv.cpp:9:10: error: ‘n’ was not declared in this scope
9 | cin>>n;
| ^
wv.cpp:12:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | if (a=="v"){
| ^~~