Problem minimum
User itchydeez
Submission Time 2024-02-08 20:44:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
4 | sort( A , A + N )
| ^~~~
| short