結果

問題 No.5017 Tool-assisted Shooting
ユーザー tebanyatebanya
提出日時 2023-07-16 15:18:34
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
TLE  
実行時間 -
コード長 1,509 bytes
コンパイル時間 2,506 ms
コンパイル使用メモリ 172,204 KB
実行使用メモリ 79,732 KB
スコア 25,957
平均クエリ数 446.38
最終ジャッジ日時 2023-07-16 15:18:51
合計ジャッジ時間 15,340 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 115 ms
64,072 KB
testcase_01 AC 85 ms
64,248 KB
testcase_02 AC 77 ms
63,972 KB
testcase_03 AC 91 ms
64,464 KB
testcase_04 AC 112 ms
64,400 KB
testcase_05 AC 114 ms
64,188 KB
testcase_06 AC 112 ms
64,088 KB
testcase_07 AC 114 ms
64,488 KB
testcase_08 AC 75 ms
64,044 KB
testcase_09 AC 76 ms
63,904 KB
testcase_10 AC 114 ms
63,920 KB
testcase_11 AC 85 ms
64,520 KB
testcase_12 AC 91 ms
63,920 KB
testcase_13 AC 92 ms
64,332 KB
testcase_14 AC 95 ms
64,136 KB
testcase_15 AC 100 ms
64,404 KB
testcase_16 AC 75 ms
64,360 KB
testcase_17 AC 95 ms
64,532 KB
testcase_18 AC 113 ms
64,076 KB
testcase_19 AC 76 ms
64,620 KB
testcase_20 AC 89 ms
64,560 KB
testcase_21 AC 75 ms
63,876 KB
testcase_22 AC 100 ms
64,492 KB
testcase_23 AC 112 ms
64,496 KB
testcase_24 AC 112 ms
64,044 KB
testcase_25 AC 78 ms
64,608 KB
testcase_26 AC 114 ms
64,340 KB
testcase_27 AC 113 ms
64,068 KB
testcase_28 AC 112 ms
64,432 KB
testcase_29 AC 111 ms
63,896 KB
testcase_30 AC 111 ms
64,480 KB
testcase_31 AC 113 ms
64,536 KB
testcase_32 AC 114 ms
64,156 KB
testcase_33 AC 112 ms
64,204 KB
testcase_34 AC 87 ms
64,368 KB
testcase_35 AC 97 ms
63,892 KB
testcase_36 AC 111 ms
64,084 KB
testcase_37 AC 86 ms
64,096 KB
testcase_38 AC 107 ms
64,068 KB
testcase_39 AC 113 ms
63,904 KB
testcase_40 AC 115 ms
64,540 KB
testcase_41 AC 76 ms
63,812 KB
testcase_42 AC 112 ms
64,400 KB
testcase_43 AC 82 ms
64,168 KB
testcase_44 AC 84 ms
64,168 KB
testcase_45 AC 112 ms
64,636 KB
testcase_46 AC 85 ms
63,940 KB
testcase_47 AC 110 ms
64,464 KB
testcase_48 AC 75 ms
64,580 KB
testcase_49 AC 112 ms
64,320 KB
testcase_50 AC 101 ms
64,204 KB
testcase_51 AC 77 ms
64,608 KB
testcase_52 AC 95 ms
64,140 KB
testcase_53 AC 95 ms
64,296 KB
testcase_54 AC 78 ms
64,148 KB
testcase_55 AC 84 ms
64,260 KB
testcase_56 AC 87 ms
64,332 KB
testcase_57 AC 104 ms
64,136 KB
testcase_58 AC 86 ms
64,280 KB
testcase_59 AC 113 ms
64,144 KB
testcase_60 AC 99 ms
63,860 KB
testcase_61 AC 113 ms
64,204 KB
testcase_62 AC 109 ms
64,696 KB
testcase_63 AC 100 ms
64,220 KB
testcase_64 AC 113 ms
64,132 KB
testcase_65 AC 81 ms
64,356 KB
testcase_66 AC 81 ms
63,952 KB
testcase_67 AC 112 ms
64,260 KB
testcase_68 AC 75 ms
64,640 KB
testcase_69 AC 84 ms
64,060 KB
testcase_70 TLE -
testcase_71 -- -
testcase_72 -- -
testcase_73 -- -
testcase_74 -- -
testcase_75 -- -
testcase_76 -- -
testcase_77 -- -
testcase_78 -- -
testcase_79 -- -
testcase_80 -- -
testcase_81 -- -
testcase_82 -- -
testcase_83 -- -
testcase_84 -- -
testcase_85 -- -
testcase_86 -- -
testcase_87 -- -
testcase_88 -- -
testcase_89 -- -
testcase_90 -- -
testcase_91 -- -
testcase_92 -- -
testcase_93 -- -
testcase_94 -- -
testcase_95 -- -
testcase_96 -- -
testcase_97 -- -
testcase_98 -- -
testcase_99 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
#include <stdlib.h>
#include <time.h>
using namespace std;
#define ll long long
#define all(x) (x).begin(), (x).end()
#define yes "Yes"
#define no "No"
#define ret return
#define xin cin
#define cpit cout
#define farg frag
#define fix(x) fixed << setprecision(x)
#define fore(p, v) for (auto &p : v)
#define mp(a, b) make_pair(a, b)
#define mt(a, b, c) make_tuple(a, b, c)
#define rep(i, l, r) for (ll i = (l); i < (r); i++)
#define inf ((1LL << 62) - (1LL << 31))
#define built(bit) __builtin_popcount(bit)
#define Pi 3.14159265

ll mod = 1e9 + 7;

int main()
{
    ll turn = 0;
    ll level = 1;
    ll ex = 0;
    ll T = 1000;
    ll Now_X = 12;
    vector<vector<ll>> Board(1e5, vector<ll>(25, 0));
    vector<vector<ll>> Exp(1e5, vector<ll>(25, 0));
    while (T--)
    {
        ll N;
        cin >> N;
        if (N == -1)
            break;
        vector<ll> H(N), P(N), X(N);
        for (ll i = 0; i < N; i++)
        {
            cin >> H[i] >> P[i] >> X[i];
            Board[turn + 59][X[i]] += H[i];
            Exp[turn + 59][X[i]] += P[i];
        }
        if (Board[turn + 1][Now_X] == 0)
        {
            cout << 'S' << endl;
        }
        else if (Board[turn + 1][(Now_X + 1) % 25] == 0)
        {
            cout << 'R' << endl;
            Now_X = (Now_X + 1) % 25;
        }
        else if (Board[turn + 1][(Now_X + 24) % 25] == 0)
        {
            cout << 'L' << endl;
            Now_X = (Now_X + 24) % 25;
        }
        turn++;
    }
}
0