結果

問題 No.855 ヘビの日光浴
ユーザー ei1333333ei1333333
提出日時 2019-07-26 23:22:17
言語 C++17
(gcc 13.2.0 + boost 1.83.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 6,377 bytes
コンパイル時間 2,300 ms
コンパイル使用メモリ 210,320 KB
実行使用メモリ 14,008 KB
最終ジャッジ日時 2024-04-09 20:33:12
合計ジャッジ時間 15,646 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
13,984 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,944 KB
testcase_05 AC 2 ms
6,940 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 2 ms
6,940 KB
testcase_09 AC 2 ms
6,940 KB
testcase_10 AC 1 ms
6,944 KB
testcase_11 AC 1 ms
6,940 KB
testcase_12 AC 1 ms
6,940 KB
testcase_13 AC 2 ms
6,944 KB
testcase_14 AC 2 ms
6,940 KB
testcase_15 AC 2 ms
6,940 KB
testcase_16 AC 1 ms
6,940 KB
testcase_17 AC 1 ms
6,944 KB
testcase_18 AC 1 ms
6,944 KB
testcase_19 AC 1 ms
6,944 KB
testcase_20 AC 1 ms
6,944 KB
testcase_21 AC 1 ms
6,944 KB
testcase_22 AC 2 ms
6,940 KB
testcase_23 AC 2 ms
6,940 KB
testcase_24 AC 2 ms
6,944 KB
testcase_25 AC 2 ms
6,940 KB
testcase_26 AC 1 ms
6,940 KB
testcase_27 AC 1 ms
6,940 KB
testcase_28 AC 1 ms
6,944 KB
testcase_29 AC 1 ms
6,944 KB
testcase_30 AC 1 ms
6,940 KB
testcase_31 AC 1 ms
6,940 KB
testcase_32 AC 1 ms
6,940 KB
testcase_33 AC 2 ms
6,940 KB
testcase_34 AC 2 ms
6,944 KB
testcase_35 AC 1 ms
6,944 KB
testcase_36 AC 2 ms
6,944 KB
testcase_37 AC 2 ms
6,944 KB
testcase_38 AC 2 ms
6,944 KB
testcase_39 AC 1 ms
6,940 KB
testcase_40 AC 2 ms
6,940 KB
testcase_41 AC 2 ms
6,940 KB
testcase_42 AC 2 ms
6,940 KB
testcase_43 AC 2 ms
6,944 KB
testcase_44 AC 2 ms
6,940 KB
testcase_45 AC 1 ms
6,940 KB
testcase_46 AC 2 ms
6,944 KB
testcase_47 AC 2 ms
6,944 KB
testcase_48 AC 2 ms
6,940 KB
testcase_49 AC 2 ms
6,940 KB
testcase_50 AC 2 ms
6,940 KB
testcase_51 AC 2 ms
6,940 KB
testcase_52 AC 1 ms
6,944 KB
testcase_53 AC 1 ms
6,940 KB
testcase_54 AC 2 ms
6,944 KB
testcase_55 AC 2 ms
6,944 KB
testcase_56 AC 2 ms
6,940 KB
testcase_57 AC 1 ms
6,940 KB
testcase_58 AC 1 ms
6,944 KB
testcase_59 AC 1 ms
6,940 KB
testcase_60 AC 1 ms
6,940 KB
testcase_61 AC 1 ms
6,944 KB
testcase_62 AC 2 ms
6,940 KB
testcase_63 AC 2 ms
6,944 KB
testcase_64 AC 1 ms
6,944 KB
testcase_65 AC 1 ms
6,940 KB
testcase_66 AC 2 ms
6,940 KB
testcase_67 AC 1 ms
6,944 KB
testcase_68 AC 1 ms
6,940 KB
testcase_69 AC 2 ms
6,944 KB
testcase_70 AC 2 ms
6,940 KB
testcase_71 AC 1 ms
6,944 KB
testcase_72 AC 1 ms
6,944 KB
testcase_73 AC 46 ms
6,944 KB
testcase_74 AC 25 ms
6,940 KB
testcase_75 AC 13 ms
6,944 KB
testcase_76 AC 172 ms
6,940 KB
testcase_77 AC 53 ms
6,944 KB
testcase_78 AC 93 ms
6,940 KB
testcase_79 AC 4 ms
6,944 KB
testcase_80 AC 6 ms
6,940 KB
testcase_81 AC 65 ms
6,940 KB
testcase_82 AC 75 ms
6,940 KB
testcase_83 AC 595 ms
6,940 KB
testcase_84 AC 626 ms
6,944 KB
testcase_85 AC 614 ms
6,940 KB
testcase_86 AC 792 ms
6,940 KB
testcase_87 AC 655 ms
6,940 KB
testcase_88 AC 573 ms
6,944 KB
testcase_89 AC 636 ms
6,940 KB
testcase_90 AC 668 ms
6,944 KB
testcase_91 AC 678 ms
6,940 KB
testcase_92 AC 627 ms
6,944 KB
testcase_93 AC 2 ms
6,940 KB
testcase_94 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>

using namespace std;

using int64 = long long;
const int mod = 1e9 + 7;

const int64 infll = (1LL << 62) - 1;
const int inf = (1 << 30) - 1;

struct IoSetup {
  IoSetup() {
    cin.tie(nullptr);
    ios::sync_with_stdio(false);
    cout << fixed << setprecision(10);
    cerr << fixed << setprecision(10);
  }
} iosetup;


template< typename T1, typename T2 >
ostream &operator<<(ostream &os, const pair< T1, T2 > &p) {
  os << p.first << " " << p.second;
  return os;
}

template< typename T1, typename T2 >
istream &operator>>(istream &is, pair< T1, T2 > &p) {
  is >> p.first >> p.second;
  return is;
}

template< typename T >
ostream &operator<<(ostream &os, const vector< T > &v) {
  for(int i = 0; i < (int) v.size(); i++) {
    os << v[i] << (i + 1 != v.size() ? " " : "");
  }
  return os;
}

template< typename T >
istream &operator>>(istream &is, vector< T > &v) {
  for(T &in : v) is >> in;
  return is;
}

template< typename T1, typename T2 >
inline bool chmax(T1 &a, T2 b) { return a < b && (a = b, true); }

template< typename T1, typename T2 >
inline bool chmin(T1 &a, T2 b) { return a > b && (a = b, true); }

template< typename T = int64 >
vector< T > make_v(size_t a) {
  return vector< T >(a);
}

template< typename T, typename... Ts >
auto make_v(size_t a, Ts... ts) {
  return vector< decltype(make_v< T >(ts...)) >(a, make_v< T >(ts...));
}

template< typename T, typename V >
typename enable_if< is_class< T >::value == 0 >::type fill_v(T &t, const V &v) {
  t = v;
}

template< typename T, typename V >
typename enable_if< is_class< T >::value != 0 >::type fill_v(T &t, const V &v) {
  for(auto &e : t) fill_v(e, v);
}

template< typename F >
struct FixPoint : F {
  FixPoint(F &&f) : F(forward< F >(f)) {}

  template< typename... Args >
  decltype(auto) operator()(Args &&... args) const {
    return F::operator()(*this, forward< Args >(args)...);
  }
};

template< typename F >
inline decltype(auto) MFP(F &&f) {
  return FixPoint< F >{forward< F >(f)};
}


int main() {
  int W, H, N;
  cin >> H >> W >> N;
  vector< int > X(N), Y(N), L(N);

  for(int i = 0; i < N; i++) {
    cin >> X[i] >> Y[i] >> L[i];
  }


  map< int, int > mpSita, mpUe;
  map< int, int > mpMigi, mpHidari;


  for(int i = 0; i < N; i++) {
    if(Y[i] == 0) {

      mpSita[X[i]] += L[i];

      int cash = mpSita[X[i]];

      int64 times = infll;
      int type = -1;

      if(mpUe.count(X[i])) {
        if(mpUe[X[i]] <= cash) {
          if(chmin(times, mpUe[X[i]])) type = 0;
        }
      }

      for(auto &p : mpHidari) {
        if(p.first <= cash) {
          if(p.second >= X[i]) {
            if(chmin(times, p.first)) type = 1;
          }
        }
      }

      for(auto &p : mpMigi) {
        if(p.first <= cash) {
          if(p.second <= X[i]) {
            if(chmin(times, p.first)) type = 2;
          }
        }
      }

      if(H + 1 <= cash) {
        if(chmin(times, H + 1)) type = 3;
      }

      if(~type) {
        mpSita.erase(X[i]);
        if(type == 0) {
          mpUe.erase(X[i]);
        } else if(type == 1) {
          mpHidari.erase(times);
        } else if(type == 2) {
          mpMigi.erase(times);
        }
      }

    } else if(Y[i] == H + 1) {

      if(!mpUe.count(X[i])) mpUe[X[i]] = H + 1;
      mpUe[X[i]] -= L[i];

      int cash = mpUe[X[i]];

      int64 times = -infll;
      int type = -1;

      if(mpSita.count(X[i])) {
        if(mpSita[X[i]] >= cash) {
          if(chmax(times, mpSita[X[i]])) type = 0;
        }
      }

      for(auto &p : mpHidari) {
        if(p.first >= cash) {
          if(p.second >= X[i]) {
            if(chmax(times, p.first)) type = 1;
          }
        }
      }

      for(auto &p : mpMigi) {
        if(p.first >= cash) {
          if(p.second <= X[i]) {
            if(chmax(times, p.first)) type = 2;
          }
        }
      }

      if(cash <= 0) {
        if(chmax(times, 0)) type = 3;
      }

      if(~type) {
        mpUe.erase(X[i]);
        if(type == 0) {
          mpSita.erase(X[i]);
        } else if(type == 1) {
          mpHidari.erase(times);
        } else if(type == 2) {
          mpMigi.erase(times);
        }
      }


    } else if(X[i] == 0) {

      mpHidari[Y[i]] += L[i];

      int cash = mpHidari[Y[i]];

      int64 times = infll;
      int type = -1;

      if(mpMigi.count(Y[i])) {
        if(mpMigi[Y[i]] <= cash) {
          if(chmin(times, mpMigi[Y[i]])) type = 0;
        }
      }

      for(auto &p : mpUe) {
        if(p.first <= cash) {
          if(p.second <= Y[i]) {
            if(chmin(times, p.first)) type = 1;
          }
        }
      }

      for(auto &p : mpSita) {
        if(p.first <= cash) {
          if(p.second >= Y[i]) {
            if(chmin(times, p.first)) type = 2;
          }
        }
      }

      if(W + 1 <= cash) {
        if(chmin(times, W + 1)) type = 3;
      }


      if(~type) {
        mpHidari.erase(Y[i]);
        if(type == 0) {
          mpMigi.erase(Y[i]);
        } else if(type == 1) {
          mpUe.erase(times);
        } else if(type == 2) {
          mpSita.erase(times);
        }
      }


    } else if(X[i] == W + 1) {


      if(!mpMigi.count(Y[i])) mpMigi[Y[i]] = W + 1;
      mpMigi[Y[i]] -= L[i];

      int cash = mpMigi[Y[i]];


      int64 times = -infll;
      int type = -1;

      if(mpHidari.count(Y[i])) {
        if(mpHidari[Y[i]] >= cash) {
          if(chmax(times, mpHidari[Y[i]])) type = 0;
        }
      }

      for(auto &p : mpUe) {
        if(p.first >= cash) {
          if(p.second <= Y[i]) {
            if(chmax(times, p.first)) type = 1;
          }
        }
      }

      for(auto &p : mpSita) {
        if(p.first >= cash) {
          if(p.second >= Y[i]) {
            if(chmax(times, p.first)) type = 2;
          }
        }
      }

      if(cash <= 0) {
        if(chmax(times, 0)) type = 3;
      }

      if(~type) {
        mpMigi.erase(Y[i]);
        if(type == 0) {
          mpHidari.erase(Y[i]);
        } else if(type == 1) {
          mpUe.erase(times);
        } else if(type == 2) {
          mpSita.erase(times);
        }
      }

    } else {
      throw 0;
    }
  }

  int64 ret = 0;
  for(auto &p : mpUe) ret += H + 1 - p.second;
  for(auto &p : mpMigi) ret += W + 1 - p.second;
  for(auto &p : mpHidari) ret += p.second;
  for(auto &p : mpSita) ret += p.second;
  cout << ret << endl;


}

0