結果

問題 No.5017 Tool-assisted Shooting
ユーザー かえでかえで
提出日時 2023-07-16 20:51:53
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
RE  
実行時間 -
コード長 4,979 bytes
コンパイル時間 1,560 ms
コンパイル使用メモリ 146,204 KB
実行使用メモリ 24,504 KB
スコア 85,909
平均クエリ数 1049.91
最終ジャッジ日時 2023-07-16 20:52:17
合計ジャッジ時間 21,231 ms
ジャッジサーバーID
(参考情報)
judge9 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 147 ms
23,328 KB
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 RE -
testcase_06 AC 148 ms
23,448 KB
testcase_07 RE -
testcase_08 RE -
testcase_09 AC 143 ms
23,388 KB
testcase_10 AC 148 ms
23,556 KB
testcase_11 RE -
testcase_12 AC 147 ms
23,952 KB
testcase_13 RE -
testcase_14 AC 37 ms
24,264 KB
testcase_15 AC 35 ms
23,292 KB
testcase_16 AC 149 ms
23,652 KB
testcase_17 AC 70 ms
23,628 KB
testcase_18 AC 147 ms
24,036 KB
testcase_19 AC 144 ms
24,300 KB
testcase_20 RE -
testcase_21 RE -
testcase_22 RE -
testcase_23 AC 144 ms
23,292 KB
testcase_24 AC 153 ms
24,264 KB
testcase_25 RE -
testcase_26 RE -
testcase_27 AC 142 ms
23,532 KB
testcase_28 AC 155 ms
24,288 KB
testcase_29 AC 132 ms
24,024 KB
testcase_30 AC 142 ms
24,288 KB
testcase_31 AC 137 ms
23,628 KB
testcase_32 AC 148 ms
24,396 KB
testcase_33 AC 159 ms
24,180 KB
testcase_34 AC 141 ms
24,156 KB
testcase_35 AC 146 ms
23,448 KB
testcase_36 AC 141 ms
23,760 KB
testcase_37 AC 153 ms
23,640 KB
testcase_38 RE -
testcase_39 RE -
testcase_40 RE -
testcase_41 AC 43 ms
23,868 KB
testcase_42 AC 154 ms
24,168 KB
testcase_43 RE -
testcase_44 AC 148 ms
24,060 KB
testcase_45 RE -
testcase_46 AC 151 ms
24,072 KB
testcase_47 RE -
testcase_48 AC 150 ms
23,928 KB
testcase_49 AC 171 ms
23,328 KB
testcase_50 RE -
testcase_51 RE -
testcase_52 AC 155 ms
23,832 KB
testcase_53 RE -
testcase_54 AC 156 ms
23,556 KB
testcase_55 AC 146 ms
23,340 KB
testcase_56 AC 146 ms
23,292 KB
testcase_57 RE -
testcase_58 AC 139 ms
23,436 KB
testcase_59 RE -
testcase_60 AC 64 ms
24,156 KB
testcase_61 AC 145 ms
23,640 KB
testcase_62 RE -
testcase_63 RE -
testcase_64 AC 90 ms
23,328 KB
testcase_65 AC 177 ms
23,400 KB
testcase_66 RE -
testcase_67 AC 48 ms
23,316 KB
testcase_68 RE -
testcase_69 AC 147 ms
24,276 KB
testcase_70 AC 160 ms
23,376 KB
testcase_71 AC 151 ms
23,952 KB
testcase_72 RE -
testcase_73 RE -
testcase_74 RE -
testcase_75 AC 152 ms
23,952 KB
testcase_76 AC 159 ms
23,544 KB
testcase_77 RE -
testcase_78 AC 143 ms
23,844 KB
testcase_79 RE -
testcase_80 AC 147 ms
23,652 KB
testcase_81 AC 75 ms
23,328 KB
testcase_82 AC 145 ms
23,928 KB
testcase_83 RE -
testcase_84 AC 36 ms
23,328 KB
testcase_85 AC 158 ms
24,300 KB
testcase_86 AC 87 ms
24,276 KB
testcase_87 RE -
testcase_88 RE -
testcase_89 AC 148 ms
24,240 KB
testcase_90 AC 162 ms
24,036 KB
testcase_91 RE -
testcase_92 AC 130 ms
24,276 KB
testcase_93 AC 85 ms
23,292 KB
testcase_94 RE -
testcase_95 AC 136 ms
23,508 KB
testcase_96 AC 155 ms
23,388 KB
testcase_97 RE -
testcase_98 AC 146 ms
23,328 KB
testcase_99 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream> // cout, endl, cin
#include <string> // string, to_string, stoi
#include <vector> // vector
#include <algorithm> // min, max, swap, sort, reverse, lower_bound, upper_bound
#include <utility> // pair, make_pair
#include <tuple> // tuple, make_tuple
#include <cstdint> // int64_t, int*_t
#include <cstdio> // printf
#include <map> // map
#include <queue> // queue, priority_queue
#include <set> // set
#include <stack> // stack
#include <deque> // deque
#include <unordered_map> // unordered_map
#include <unordered_set> // unordered_set
#include <bitset> // bitset
#include <cctype> // isupper, islower, isdigit, toupper, tolower
#include <iomanip>//fixed,setprecision
//#include <limits.n>//INT_MAX
//#include <math.n>//M_PI
#include <random>
#include <regex> // 正規表現
#include <time.h>
#include <fstream>
//#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define rep(i, n) for (ll i = 0; i < (ll)(n); i++)

constexpr int width = 25;        // フィールドの幅
constexpr int height = 60;       // フィールドの高さ
constexpr int max_turn = 1000;   // ゲームの最大ターン数
const char choice[3] = {'L', 'R', 'S'};
int masu[25][60];
int masu1[25][60];
int sx = 12;
struct Data {
    int h;
    int p;
    int x;
    int y;

    Data(int h, int p, int x, int y) : h(h), p(p), x(x), y(y) {}
};

bool compareByH(const Data& a, const Data& b) {
    return a.h < b.h;
}

bool compareByX(const Data& a, const Data& b) {
    return abs(a.x - sx) < abs(b.x - sx);
}

int main() {
    //vector<int>P(25);
    //rep(i,25)cin>>P[i];
    vector<Data> data;
    for (int turn = 1; turn <= max_turn; turn++) {
        // 入力の受け取り
        int n;
        cin >> n;
        if (n == -1)
            return 0;

        for (int i = 0; i < n; i++) {
            int h1, p1, x1;
            cin >> h1 >> p1 >> x1;
            //cerr<<h1<<" "<<p1<<" "<<x1<<" "<<endl;
            data.emplace_back(h1, p1, x1, 59);
            masu[x1][59]=1;
        }
        /*
        if(turn<=2){
        rep(i,25){
          rep(j,60)cerr<<masu[i][j]<<" ";
          cerr<<endl;
        }
        cerr<<endl;
        }*/

        if (!data.empty()) {
            sort(data.begin(), data.end(), compareByH);
            sort(data.begin(), data.end(), compareByX);
        }

        int r = 0;
        if (sx > data[0].x&&sx>=1&&masu[sx-1][0]==0&&masu[sx-1][1]==0&&masu[sx-1][2]==0) {
            r = 0;
            sx--;
        } else if (sx < data[0].x&&sx<24&&masu[sx+1][0]==0&&masu[sx+1][1]==0&&masu[sx+1][2]==0) {
            r = 1;
            sx++;
        } else {
            r = 2;
            if (masu[sx][0]==1||masu[sx][1]==1||masu[sx][2]==1) {
                if (sx >= 1&&masu[sx-1][0]==0&&masu[sx-1][1]==0&&masu[sx-1][2]==0) {
                    sx--;
                    r = 0;
                } else if(sx <24&&masu[sx+1][0]==0&&masu[sx+1][1]==0&&masu[sx+1][2]==0){
                    sx++;
                    r = 1;
                }else if(sx==0&&masu[24][0]==0&&masu[24][1]==0&&masu[24][2]==0){
                  r=0;
                  sx=24;
                }else if(sx ==24&&masu[0][0]==0&&masu[0][1]==0&&masu[0][2]==0){
                  r=1;
                  sx=0;
                }
            }
        }

        char c = choice[r];
        cout << c << endl;
        cout << "#" << c << " sx:" << sx << endl;
        int ichi = 100;
        rep(i,25){
          rep(j,60){
            
            //cerr<<masu[i][j]<<" ";
            if(masu[i][j]==1){
              masu1[i][j]=0;
              if(j-1>=0)masu1[i][j-1]=1;
            }
          }
          //cerr<<endl;
        }
        rep(i,25)rep(j,60)masu[i][j]=masu1[i][j];
        if (!data.empty()) {
            for (auto& z : data) {
                z.y -= 1;
                if (z.x == sx) {
                    ichi = min(ichi, z.y);
                }
            }
        }
        //cerr<<__LINE__<<"---"<<endl;
        if (ichi != -1&&!data.empty()) {
            for (auto it = data.begin(); it != data.end(); ++it) {
                if (ichi == it->y && it->x == sx) {
                    if (it->h != 0) {
                      //cerr<<__LINE__<<"---"<<endl;
                        it->h -= 1;
                        //masu[sx][ichi]=0;
                        //it ->y -=1;
                        //if(it->y<0)data.erase(it);
                        //else masu[sx][it->y]=1;
                        
                    } else {
                      //cerr<<__LINE__<<"---"<<endl;
                        //data.erase(it);
                    }
                    //break;
                }else{
                  //cerr<<__LINE__<<"---"<<(it->y)<<endl;
                  //masu[sx][it->y]=0;
                  //it ->y -=1;
                  //if(it->y<0)data.erase(it);
                  //else masu[sx][it->y]=1;
                }
            }
        }
        //cerr<<__LINE__<<"---"<<endl;
    }

    return 0;
}
0