Problem omnomnom
User pIaceholder
Submission Time 2024-01-19 17:09:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

omnomnom.cpp:18:2: error: stray ‘#’ in program
18 | }#include <iostream>
| ^
omnomnom.cpp:18:3: error: ‘include’ does not name a type
18 | }#include <iostream>
| ^~~~~~~
omnomnom.cpp:23:5: error: redefinition of ‘int solve(std::vector<std::vector<int> >&, int, int)’
23 | int solve(std::vector<std::vector<int>>& m, int i, int take) {
| ^~~~~
omnomnom.cpp:6:5: note: ‘int solve(std::vector<std::vector<int> >&, int, int)’ previously defined here
6 | int solve(std::vector<std::vector<int>>& m, int i, int take) {
| ^~~~~
omnomnom.cpp:54:5: error: redefinition of ‘int main()’
54 | int main() {
| ^~~~
omnomnom.cpp:37:5: note: ‘int main()’ previously defined here
37 | int main() {
| ^~~~