#include #define rep(i,l,r) for (int i=l;i<=r;i++) typedef long long ll; using namespace std; const int maxn=205; const int inf=1e9; struct data{int x,y,c,boo;char op;}e[maxn*2]; int f[maxn],ans[maxn]; int t,n,m,sum,cnt; bool cmp(data a,data b){ return a.c