| Problem | minimum |
|---|---|
| User | fueh |
| Submission Time | 2026-03-04 15:58:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
3 | sort(A, A + n);
| ^~~~
| short
minimum.cpp:4:2: error: ‘cout’ was not declared in this scope
4 | cout << A[0];
| ^~~~