#include using namespace std; int main(){ int n,c=0; cin >> n; int arr[n]; vector a(n); for(int a_i = 0; a_i < n; a_i++){ cin >> a[a_i]; } // your code goes here for(int i=0;iarr[k]) min=arr[k]; } cout<