#include #include #include using namespace std; struct node { int a; int b; }v[110]; int min(int a,int b) { return a