Problem | sortingtrainers2 |
---|---|
User | EPICTROLLTOAST |
Submission Time | 2024-07-16 13:06:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sortingtrainers2.cpp: In function ‘int main()’:
sortingtrainers2.cpp:50:13: error: ‘ceil’ was not declared in this scope
50 | cout << ceil((abs(min(mi, 0)) + abs(max(ma, 0))) / 2) << endl;
| ^~~~