#include #include int max(int a,int b){ if(a>b){return a;}else{return b;} } long long min(long long a,long long b){ if(a