Problem | summarizing2021 |
---|---|
User | IWKR |
Submission Time | 2023-01-15 11:04:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
summarizing2021.cpp: In function ‘std::vector<int> guess(int)’:
summarizing2021.cpp:7:32: error: ‘solve’ was not declared in this scope
7 | for (int x=1;x<=n;x++) v[x-1]=solve(x);
| ^~~~~