Problem logs
User PlayVoltz
Submission Time 2023-09-09 19:06:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

logs.cpp: In function ‘int main()’:
logs.cpp:18:4: error: ‘cuts’ was not declared in this scope; did you mean ‘puts’?
18 | cuts += ceil((double)vect[i] / mid) - 1;
| ^~~~
| puts