| Problem | minimum |
|---|---|
| User | Zera |
| Submission Time | 2024-01-25 09:48:35 |
| 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:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
2 | sort(A,A+N);
| ^~~~
| short
minimum.cpp:3:2: error: ‘cout’ was not declared in this scope
3 | cout >> A[0];
| ^~~~