Problem | minimum |
---|---|
User | liliputian |
Submission Time | 2023-04-19 14:02:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:9: error: ‘min’ was not declared in this scope
7 | ans = min(ans, A[i]);
| ^~~