Problem nombor
User Hijackedsoul
Submission Time 2023-12-16 10:55:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nombor.cpp: In function ‘long long unsigned int min(long long unsigned int)’:
nombor.cpp:14:41: error: ‘minResult’ was not declared in this scope; did you mean ‘minRes’?
14 | if (result >= n && result < minResult) {
| ^~~~~~~~~
| minRes
nombor.cpp:15:23: error: overloaded function with no contextual type information
15 | min = result;
| ^~~~~~