Problem hedgehogcrimes_easy
User ansel
Submission Time 2024-12-23 13:57:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hedgehogcrimes_easy.cpp: In function ‘int main()’:
hedgehogcrimes_easy.cpp:16:32: error: expected ‘;’ before ‘int’
16 | if (K==N) cout<<warcrimes(N)-1
| ^
| ;
17 | int ways=1;
| ~~~
hedgehogcrimes_easy.cpp:19:9: error: ‘ways’ was not declared in this scope
19 | ways*=2;
| ^~~~
hedgehogcrimes_easy.cpp:22:20: error: ‘ways’ was not declared in this scope
22 | for(int i=0; i<ways; i++){
| ^~~~