Problem | flappyrabbit |
---|---|
User | anusha777 |
Submission Time | 2022-12-22 13:09:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp: In function ‘int main()’: flappyrabbit.cpp:34:7: error: too few arguments to function ‘void init(std::vector<int>&, std::vector<int>&)’ 34 | init(); | ^ flappyrabbit.cpp:12:6: note: declared here 12 | void init(vi& A, vi& B) | ^~~~