| Problem | minimum |
|---|---|
| User | LiuZq |
| Submission Time | 2024-05-20 16:26:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:9: error: ‘min’ was not declared in this scope
4 | ans=min(ans,A[N]);
| ^~~
minimum.cpp:6:7: error: ‘min’ was not declared in this scope
6 | ans=min(ans,A[0]);
| ^~~