Problem wv
User AlphanumericUsername
Submission Time 2025-06-20 15:32:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp:2:1: error: expected constructor, destructor, or type conversion before ‘print’
2 | print(sum([1 if x=='v' else 2 for x in input()]))
| ^~~~~