結果

問題 No.945 YKC饅頭
ユーザー 👑 CleyLCleyL
提出日時 2023-08-03 01:03:17
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 496 ms / 2,000 ms
コード長 4,672 bytes
コンパイル時間 1,440 ms
コンパイル使用メモリ 133,368 KB
実行使用メモリ 17,920 KB
最終ジャッジ日時 2024-10-12 23:07:51
合計ジャッジ時間 11,839 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 3 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 3 ms
5,248 KB
testcase_07 AC 3 ms
5,248 KB
testcase_08 AC 2 ms
5,248 KB
testcase_09 AC 2 ms
5,248 KB
testcase_10 AC 2 ms
5,248 KB
testcase_11 AC 2 ms
5,248 KB
testcase_12 AC 2 ms
5,248 KB
testcase_13 AC 3 ms
5,248 KB
testcase_14 AC 3 ms
5,248 KB
testcase_15 AC 2 ms
5,248 KB
testcase_16 AC 2 ms
5,248 KB
testcase_17 AC 3 ms
5,248 KB
testcase_18 AC 2 ms
5,248 KB
testcase_19 AC 2 ms
5,248 KB
testcase_20 AC 2 ms
5,248 KB
testcase_21 AC 2 ms
5,248 KB
testcase_22 AC 3 ms
5,248 KB
testcase_23 AC 3 ms
5,248 KB
testcase_24 AC 3 ms
5,248 KB
testcase_25 AC 3 ms
5,248 KB
testcase_26 AC 3 ms
5,248 KB
testcase_27 AC 2 ms
5,248 KB
testcase_28 AC 2 ms
5,248 KB
testcase_29 AC 2 ms
5,248 KB
testcase_30 AC 2 ms
5,248 KB
testcase_31 AC 20 ms
6,400 KB
testcase_32 AC 9 ms
9,360 KB
testcase_33 AC 96 ms
16,000 KB
testcase_34 AC 231 ms
10,664 KB
testcase_35 AC 408 ms
17,536 KB
testcase_36 AC 263 ms
5,888 KB
testcase_37 AC 250 ms
6,400 KB
testcase_38 AC 234 ms
7,936 KB
testcase_39 AC 58 ms
9,600 KB
testcase_40 AC 48 ms
15,744 KB
testcase_41 AC 17 ms
9,472 KB
testcase_42 AC 335 ms
11,276 KB
testcase_43 AC 208 ms
5,376 KB
testcase_44 AC 297 ms
17,024 KB
testcase_45 AC 376 ms
11,648 KB
testcase_46 AC 8 ms
9,344 KB
testcase_47 AC 223 ms
10,624 KB
testcase_48 AC 46 ms
5,248 KB
testcase_49 AC 95 ms
9,824 KB
testcase_50 AC 411 ms
11,700 KB
testcase_51 AC 496 ms
17,884 KB
testcase_52 AC 483 ms
17,872 KB
testcase_53 AC 482 ms
17,920 KB
testcase_54 AC 485 ms
17,920 KB
testcase_55 AC 492 ms
17,920 KB
testcase_56 AC 10 ms
15,596 KB
testcase_57 AC 7 ms
15,604 KB
testcase_58 AC 184 ms
17,156 KB
testcase_59 AC 219 ms
17,536 KB
testcase_60 AC 84 ms
16,384 KB
testcase_61 AC 192 ms
17,384 KB
testcase_62 AC 184 ms
17,220 KB
testcase_63 AC 13 ms
15,584 KB
testcase_64 AC 92 ms
16,384 KB
testcase_65 AC 72 ms
16,128 KB
testcase_66 AC 69 ms
16,128 KB
testcase_67 AC 137 ms
16,768 KB
testcase_68 AC 87 ms
16,256 KB
testcase_69 AC 30 ms
15,800 KB
testcase_70 AC 38 ms
15,872 KB
testcase_71 AC 40 ms
15,808 KB
testcase_72 AC 112 ms
16,436 KB
testcase_73 AC 213 ms
17,508 KB
権限があれば一括ダウンロードができます

ソースコード

diff #


//yukicoder@cpp17

#include <iostream>

#include <cmath>
#include <algorithm>

#include <iomanip>

#include <string>
#include <vector>
#include <set>
#include <stack>
#include <queue>
#include <map>

#include <bitset>

#include <complex>

#include <cctype>
#include <utility>
#include <climits>

#include <numeric>

#include <functional>

using namespace std;
using ll = long long;
using P = pair<ll,ll>;

const ll MOD = 998244353;
const ll MODx = 1000000007;
const int INF = (1<<30)-1;
const ll LINF = (1LL<<62LL)-1;
const double EPS = (1e-10);

P ar4[4] = {{0,1},{0,-1},{1,0},{-1,0}};
P ar8[8] = {{-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},{1,0},{1,1}};




template <typename T> vector<T> make_vector(size_t a, T b) { return vector<T>(a, b); }
template <typename... Ts> auto make_vector(size_t a, Ts... ts) { return vector<decltype(make_vector(ts...))>(a, make_vector(ts...)); }
 
 /*
確認ポイント
cout << fixed << setprecision(n) << 小数計算//n桁の小数表記になる

計算量は変わらないが楽できるシリーズ
min(max)_element(iter,iter)で一番小さい(大きい)値のポインタが帰ってくる
count(iter,iter,int)でintがiterからiterの間にいくつあったかを取得できる
*/

/*
function corner below
*/


/*
Function corner above
*/

/* comment outed because can cause bugs
__attribute__((constructor))
void initial() {
 cin.tie(0);
 ios::sync_with_stdio(false);
}
*/
template< typename T, typename F>
struct LazySegmentTree{
  private:
    int n;
    vector<T> node,lazy;
    vector<bool> lazyTrigger;

    F f;
    T initer;

  public:
    LazySegmentTree(int n_, F f, T initer) : f(f),initer(initer) {
      n = 1;
      while(n < n_)n*=2;
      node.resize(2*n-1, initer);
      lazy.resize(2*n-1, {0,0,0});
      lazyTrigger.resize(2*n-1, false);
    }

    void eval(int k, int l, int r){
      if(lazyTrigger[k]){
        node[k] = lazy[k];
        if(r-l >= 1){
          lazy[k*2+1] = lazy[k]/2;
          lazyTrigger[k*2+1] = true;
          lazy[k*2+2] = lazy[k]/2;
          lazyTrigger[k*2+2] = true;

        }
        lazy[k] = {0,0,0};
        lazyTrigger[k] = false;
      }
    }

    //TODO: update -> apply(such as update and add)
    void update(int a,int b, T x, int k = 0, int l = 0, int r = -1){
      if(r < 0) r = n-1;
      eval(k, l, r);
      if(b < l || r < a){
        return;
      }
      if(a <= l && r <= b){
        lazy[k] = x*(r-l+1);
        lazyTrigger[k] = true;
        eval(k, l, r);
      }else{
        update(a,b,x,2*k+1, l, (l+r)/2);
        update(a,b,x,2*k+2,(l+r)/2+1,r);

        node[k] = f(node[k*2+1],node[k*2+2]);
      }
    }

    T getf(int a,int b, int k=0, int l=0, int r=-1){
      if(r < 0){
        r = n-1;
      }
      if(r < a || b < l)return initer;
      eval(k,l,r);
      if(a <= l && r <= b){
        return node[k];
      }
      T vl = getf(a,b,2*k+1,l,(l+r)/2);
      T vr = getf(a,b,2*k+2,(l+r)/2+1,r);
      return f(vl,vr);
    }

    void debug(){
      int nw = 1;
      int curr = 1;
      cout << "---begin---" << endl;
      for(int i = 0; 2*n-1 > i; i++){
        cout << "(" << node[i] << ", " << lazy[i] << " (" << lazyTrigger[i] << ")) ";
        if(nw == curr)cout << endl,nw *= 2, curr=1;
        else curr++;
      }
      cout << "---end---" << endl;
    }
};

template <typename T, typename F>
LazySegmentTree<T, F> get_lazy_segment_tree(int N, const F &f, T initer){
  return LazySegmentTree{N,f,initer};
}

struct d{
  int a,b,c;
  d operator+(d x){
    d ret;
    ret.a = (*this).a + x.a;
    ret.b = (*this).b + x.b;
    ret.c = (*this).c + x.c;
    return ret;
  }
  d operator*(int x){
    d ret;
    ret.a = (*this).a * x;
    ret.b = (*this).b * x;
    ret.c = (*this).c * x;
    return ret;
  }
  d operator/(int x){
    d ret;
    ret.a = (*this).a / x;
    ret.b = (*this).b / x;
    ret.c = (*this).c / x;
    return ret;
  }
  d operator+=(d a){return (*this) = (*this) + a;}
  d operator*=(int a){return (*this) = (*this) * a;}
  d operator/=(int a){return (*this) = (*this) / a;}

  friend ostream &operator<<(ostream &os, const d &p){
    return os << "(" << p.a << ", " << p.b << ". " << p.c << ")";
  }
};

struct x{
  int l,r;
  char c;
};

int main(){
  int n,m;cin>>n>>m;
  d xx = {0,0,0};
  auto seg = get_lazy_segment_tree(n, [](d a,d b){return a+b;}, xx);
  vector<x> A(m);
  for(int i = 0; m > i; i++){
    cin>>A[i].l>>A[i].r>>A[i].c;
    A[i].l--;A[i].r--;
  }
  reverse(A.begin(), A.end());
  for(int i = 0; m > i; i++){
    seg.update(A[i].l, A[i].r, {A[i].c == 'Y', A[i].c == 'K', A[i].c == 'C'});
  }
  auto z = seg.getf(0,n);
  cout << z.a << " " << z.b << " " << z.c << endl;
  return 0;
}
0