Problem battleship
User anusha777
Submission Time 2022-12-29 18:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

battleship.cpp: In function ‘std::vector<long long unsigned int> init()’:
battleship.cpp:10:9: error: could not convert ‘a’ from ‘vector<int>’ to ‘vector<long long unsigned int>’
10 | return a;
| ^
| |
| vector<int>