Problem | logs |
---|---|
User | Henries |
Submission Time | 2024-10-28 20:11:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
logs.cpp: In function ‘bool feasible(std::vector<long long int>, long long int, long long int)’:
logs.cpp:10:16: error: ‘cuts’ was not declared in this scope; did you mean ‘puts’?
10 | totalcuts += cuts;
| ^~~~
| puts
logs.cpp: In function ‘int main()’:
logs.cpp:43:2: error: ‘solve’ was not declared in this scope
43 | solve(v,longest,k);
| ^~~~~