#include using namespace std; typedef struct { int hw1; int hw2; } HW; int getMinPos1(HW arr[], int len){ int minpos = 0; for(int i=1;i