| Problem | minimum |
|---|---|
| User | AnonymousNoob |
| Submission Time | 2025-02-13 22:32:09 |
| 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:10: error: ‘a’ was not declared in this scope
3 | sort(a, a+N);
| ^
minimum.cpp:3:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
3 | sort(a, a+N);
| ^~~~
| short