#include int max(int x,int y){if(x>y){return x;}return y;} int min(int x,int y){if(x