Problem | omnomnom |
---|---|
User | blackscreen1 |
Submission Time | 2024-01-19 19:10:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘int solve(std::vector<std::vector<int> >&, int, bool, int)’:
omnomnom.cpp:11:48: error: too few arguments to function ‘int solve(std::vector<std::vector<int> >&, int, bool, int)’
11 | if (o != pr) notake += solve(m, o, true);
| ^
omnomnom.cpp:7:5: note: declared here
7 | int solve(std::vector<std::vector<int>>& m, int i, bool can_take, int pr) {
| ^~~~~
omnomnom.cpp:16:51: error: too few arguments to function ‘int solve(std::vector<std::vector<int> >&, int, bool, int)’
16 | if (o != pr) take += solve(m, o, false);
| ^
omnomnom.cpp:7:5: note: declared here
7 | int solve(std::vector<std::vector<int>>& m, int i, bool can_take, int pr) {
| ^~~~~