#include int minimum (int x[], int y); int main() { int a[100], i, n; scanf ("%d", &n); for (i=0; i x[i]) min = x[i]; return (min); }