Problem nicenumber
User lHog
Submission Time 2024-04-13 11:11:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nicenumber.cpp: In function ‘int main()’:
nicenumber.cpp:22:10: error: ‘findclosest’ was not declared in this scope; did you mean ‘findClosest’?
22 | cout << findclosest(a, t, 69) << "\n" << findclosest(a, t, 420);
| ^~~~~~~~~~~
| findClosest