Problem wv
User cry0rsa
Submission Time 2025-06-18 10:37:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wv.cpp: In function ‘int main()’:
wv.cpp:9:19: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘int’ in initialization
9 | int spikecount = S;
| ^
| |
| std::string {aka std::__cxx11::basic_string<char>}
wv.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
wv.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^