結果

問題 No.5004 Room Assignment
ユーザー negibose2020negibose2020
提出日時 2021-12-02 13:31:14
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 319 ms / 5,000 ms
コード長 988 bytes
コンパイル時間 243 ms
実行使用メモリ 97,456 KB
スコア 4,197
平均クエリ数 3601.00
最終ジャッジ日時 2021-12-02 13:31:52
合計ジャッジ時間 36,190 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 295 ms
96,356 KB
testcase_01 AC 295 ms
96,600 KB
testcase_02 AC 294 ms
96,264 KB
testcase_03 AC 297 ms
96,488 KB
testcase_04 AC 312 ms
95,992 KB
testcase_05 AC 292 ms
96,868 KB
testcase_06 AC 290 ms
96,548 KB
testcase_07 AC 295 ms
96,780 KB
testcase_08 AC 305 ms
96,476 KB
testcase_09 AC 306 ms
96,684 KB
testcase_10 AC 293 ms
96,176 KB
testcase_11 AC 296 ms
96,372 KB
testcase_12 AC 304 ms
96,216 KB
testcase_13 AC 314 ms
97,076 KB
testcase_14 AC 306 ms
96,972 KB
testcase_15 AC 295 ms
97,456 KB
testcase_16 AC 294 ms
96,924 KB
testcase_17 AC 292 ms
96,340 KB
testcase_18 AC 313 ms
96,908 KB
testcase_19 AC 296 ms
96,776 KB
testcase_20 AC 294 ms
96,404 KB
testcase_21 AC 293 ms
97,124 KB
testcase_22 AC 293 ms
96,652 KB
testcase_23 AC 315 ms
96,344 KB
testcase_24 AC 293 ms
96,240 KB
testcase_25 AC 299 ms
96,496 KB
testcase_26 AC 290 ms
96,480 KB
testcase_27 AC 291 ms
96,576 KB
testcase_28 AC 315 ms
97,040 KB
testcase_29 AC 297 ms
96,404 KB
testcase_30 AC 292 ms
96,556 KB
testcase_31 AC 291 ms
96,112 KB
testcase_32 AC 294 ms
97,292 KB
testcase_33 AC 314 ms
97,192 KB
testcase_34 AC 291 ms
96,448 KB
testcase_35 AC 294 ms
96,556 KB
testcase_36 AC 297 ms
96,564 KB
testcase_37 AC 294 ms
96,100 KB
testcase_38 AC 314 ms
96,772 KB
testcase_39 AC 299 ms
96,596 KB
testcase_40 AC 301 ms
96,768 KB
testcase_41 AC 297 ms
97,152 KB
testcase_42 AC 293 ms
96,908 KB
testcase_43 AC 308 ms
96,988 KB
testcase_44 AC 299 ms
97,096 KB
testcase_45 AC 297 ms
96,884 KB
testcase_46 AC 299 ms
96,508 KB
testcase_47 AC 295 ms
97,392 KB
testcase_48 AC 319 ms
96,748 KB
testcase_49 AC 298 ms
96,492 KB
testcase_50 AC 299 ms
96,804 KB
testcase_51 AC 296 ms
96,468 KB
testcase_52 AC 303 ms
96,404 KB
testcase_53 AC 313 ms
96,240 KB
testcase_54 AC 291 ms
96,344 KB
testcase_55 AC 296 ms
96,472 KB
testcase_56 AC 290 ms
96,900 KB
testcase_57 AC 302 ms
96,336 KB
testcase_58 AC 307 ms
96,704 KB
testcase_59 AC 286 ms
96,292 KB
testcase_60 AC 289 ms
97,152 KB
testcase_61 AC 288 ms
96,948 KB
testcase_62 AC 306 ms
96,420 KB
testcase_63 AC 287 ms
97,056 KB
testcase_64 AC 290 ms
97,024 KB
testcase_65 AC 292 ms
96,720 KB
testcase_66 AC 293 ms
96,292 KB
testcase_67 AC 309 ms
96,512 KB
testcase_68 AC 293 ms
96,888 KB
testcase_69 AC 283 ms
96,904 KB
testcase_70 AC 287 ms
96,232 KB
testcase_71 AC 315 ms
97,032 KB
testcase_72 AC 307 ms
96,384 KB
testcase_73 AC 299 ms
97,040 KB
testcase_74 AC 290 ms
96,524 KB
testcase_75 AC 290 ms
96,112 KB
testcase_76 AC 290 ms
97,188 KB
testcase_77 AC 310 ms
96,244 KB
testcase_78 AC 288 ms
96,500 KB
testcase_79 AC 294 ms
96,472 KB
testcase_80 AC 288 ms
97,132 KB
testcase_81 AC 289 ms
96,772 KB
testcase_82 AC 303 ms
96,768 KB
testcase_83 AC 302 ms
97,372 KB
testcase_84 AC 290 ms
96,360 KB
testcase_85 AC 285 ms
96,436 KB
testcase_86 AC 292 ms
96,376 KB
testcase_87 AC 313 ms
97,148 KB
testcase_88 AC 284 ms
96,924 KB
testcase_89 AC 287 ms
96,844 KB
testcase_90 AC 282 ms
96,876 KB
testcase_91 AC 296 ms
96,456 KB
testcase_92 AC 313 ms
96,324 KB
testcase_93 AC 291 ms
97,356 KB
testcase_94 AC 289 ms
96,652 KB
testcase_95 AC 287 ms
96,616 KB
testcase_96 AC 289 ms
96,684 KB
testcase_97 AC 314 ms
96,688 KB
testcase_98 AC 284 ms
96,892 KB
testcase_99 AC 287 ms
96,508 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

T,R=map(int,input().split())
t=0
N=5400
p=[-1]*(N+1)
tick=[-1]*(N+1)


s=set()
# スキル値, プレイヤーi, 出現チック
s.add((-10000000,-1,-1))
s.add((100000000,-1,-1))
pi=1
t_ans=set()

fist=True
_pl=set()
used=set()

import bisect
while t<3600 :
    L=list(map(int,input().split()))
    # if nowtime - stime >4.85:
    #     t+=1
    #     print(0)
    #     sys.stdout.flush()
    #     continue

    if fist == True and L[0]>3:
        # t+=1
        # print(0)
        # continue
        for i in range(L[0]-1):
            _pl.add(pi)
            pi+=1
        print(1)
        used.add(_pl.pop())
        used.add(_pl.pop())
        fist=False
        t+=1
        print(*list(used)[:2])
        continue

    # elif fist == False and len(_pl)>0:
    #     print(1)
    #     p=used.pop()
    #     pp=_pl.pop()
    #     used.add(p)
    #     used.add(pp)
    #     t+=1
    #     print(p,pp)
    #     continue

    else:
        t+=1
        print(0)
        continue
0