Problem | minimum |
---|---|
User | xlpaun |
Submission Time | 2024-07-10 17:14:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int)’:
minimum.cpp:2:9: error: ‘min’ was not declared in this scope
2 | return min(a,b)
| ^~~
minimum.cpp:2:17: error: expected ‘;’ before ‘}’ token
2 | return min(a,b)
| ^
| ;
3 | }
| ~