Problem wv
User WangZhenxuan
Submission Time 2025-06-18 11:05:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:15:19: error: invalid types ‘int[int]’ for array subscript
15 | if (tung[i] == 'v') {
| ^
wv.cpp:17:23: error: invalid types ‘int[int]’ for array subscript
17 | } else (tung[i] == 'w') {
| ^