Problem beareatrabbit
User hackerman123
Submission Time 2023-03-13 16:14:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

beareatrabbit.cpp: In function ‘int main()’:
beareatrabbit.cpp:7:11: error: ‘N’ was not declared in this scope
7 | v.resize(N,0);
| ^
beareatrabbit.cpp:27:10: error: expected ‘}’ at end of input
27 | return 0;
| ^
beareatrabbit.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^