#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define INT_MAX_VALUE 2147483647 #define LONG_LONG_MAX_VALUE 9223372036854775807 template T mymax(T a,T b){ if(a>=b){ return a; } return b; } template T mymin(T a,T b){ if(a<=b){ return a; } return b; } // //long long gcd(long long a, long long b){ // if(a:降順(大きいものから順番) //プライオリティキューの場合は > で、top()すると値の小さいものがとれる } //第1条件 return (riLeft.x) < (riRight.x); } }; // ////kruskal //struct edge{ // int u; // int v; // int cost; //}; // //bool comp(edge& e1,edge& e2){ // return e1.cost < e2.cost; //} // //edge es[1000]; // //long long kruskal(int V,int E){//V:頂点数,E:辺数 // sort(es,es+E,comp); // init(V); // long long res = 0; // for(int i=0;i prime_f(long long n){ // mapres; // for(int i=2;i*i<=n;i++){ // while(n%i==0){ // ++res[i]; // n/=i; // } // } // if(n!=1)res[n]=1; // return res; //} int main(int argc, const char * argv[]) { //std::ios::sync_with_stdio(false); //scanf("%s",S); //scanf("%d",&N); //sscanf(tmp.c_str(),"%dd%d%d",&time[i], &dice[i], &z[i]); //getline(cin, target); //cin >> x >> y; //テスト用 //ifstream ifs( "1_06.txt" ); //ifs >> a; //ここから //入力高速化 ios::sync_with_stdio(false); cin.tie(0); long long N,K,Q; cin >> N >> K >> Q; string A[100000]; long long B[100000]; long long C[100000]; for(long long i=0;i> A[i] >> B[i] >> C[i]; } bool l[100000]; bool r[100000]; for(long long i=0;i=0;i--){ if(A[i]=="R"){ if(!r[B[i]-1]){ r[B[i]-1]=true; if(N-ll>0){ color[C[i]-1]+=N-ll; } rr++; } }else{ if(!l[B[i]-1]){ l[B[i]-1]=true; if(N-rr>0){ color[C[i]-1]+=N-rr; } ll++; } } } long long sum=0; for(long long i=0;i