| Problem | wv |
|---|---|
| User | om2024 |
| Submission Time | 2025-11-12 12:03:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
wv.cpp: In function ‘int main()’:
wv.cpp:11:19: error: expected unqualified-id before ‘.’ token
11 | if (string.at(j)=="v") ans+=1;
| ^
wv.cpp:12:24: error: expected unqualified-id before ‘.’ token
12 | else if (string.at(j)=="w") ans +=2;
| ^