結果

問題 No.5018 Let's Make a Best-seller Book
ユーザー mymelochanmymelochan
提出日時 2023-10-01 13:46:29
言語 PyPy3
(7.3.15)
結果
TLE  
実行時間 -
コード長 935 bytes
コンパイル時間 258 ms
コンパイル使用メモリ 87,084 KB
実行使用メモリ 92,300 KB
スコア 4,705
平均クエリ数 20.80
最終ジャッジ日時 2023-10-01 13:47:02
合計ジャッジ時間 8,221 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 108 ms
91,864 KB
testcase_01 AC 111 ms
91,544 KB
testcase_02 AC 101 ms
91,808 KB
testcase_03 AC 103 ms
91,796 KB
testcase_04 AC 102 ms
91,532 KB
testcase_05 AC 99 ms
91,452 KB
testcase_06 AC 102 ms
91,668 KB
testcase_07 AC 101 ms
91,464 KB
testcase_08 AC 99 ms
91,668 KB
testcase_09 AC 102 ms
91,600 KB
testcase_10 AC 109 ms
91,732 KB
testcase_11 AC 109 ms
91,600 KB
testcase_12 AC 102 ms
91,636 KB
testcase_13 AC 101 ms
91,856 KB
testcase_14 AC 104 ms
91,372 KB
testcase_15 AC 102 ms
91,996 KB
testcase_16 AC 103 ms
91,664 KB
testcase_17 AC 102 ms
91,876 KB
testcase_18 AC 105 ms
91,516 KB
testcase_19 AC 108 ms
91,356 KB
testcase_20 AC 105 ms
91,620 KB
testcase_21 AC 102 ms
92,008 KB
testcase_22 AC 103 ms
91,792 KB
testcase_23 AC 102 ms
91,812 KB
testcase_24 AC 103 ms
91,872 KB
testcase_25 AC 100 ms
91,424 KB
testcase_26 AC 105 ms
91,752 KB
testcase_27 AC 107 ms
91,616 KB
testcase_28 AC 104 ms
91,716 KB
testcase_29 AC 104 ms
91,740 KB
testcase_30 AC 104 ms
91,316 KB
testcase_31 AC 101 ms
91,560 KB
testcase_32 AC 101 ms
92,052 KB
testcase_33 AC 103 ms
91,752 KB
testcase_34 AC 101 ms
92,100 KB
testcase_35 AC 102 ms
91,808 KB
testcase_36 AC 108 ms
91,624 KB
testcase_37 AC 103 ms
91,912 KB
testcase_38 AC 100 ms
91,792 KB
testcase_39 AC 102 ms
91,368 KB
testcase_40 TLE -
testcase_41 AC 208 ms
91,468 KB
testcase_42 AC 212 ms
91,664 KB
testcase_43 AC 210 ms
91,940 KB
testcase_44 AC 236 ms
91,924 KB
testcase_45 AC 211 ms
91,940 KB
testcase_46 AC 225 ms
92,012 KB
testcase_47 AC 208 ms
91,600 KB
testcase_48 AC 212 ms
91,780 KB
testcase_49 AC 206 ms
91,532 KB
testcase_50 AC 209 ms
92,100 KB
testcase_51 AC 209 ms
92,056 KB
testcase_52 AC 207 ms
92,124 KB
testcase_53 AC 229 ms
92,020 KB
testcase_54 AC 215 ms
92,192 KB
testcase_55 AC 244 ms
91,560 KB
testcase_56 AC 205 ms
91,528 KB
testcase_57 AC 234 ms
91,996 KB
testcase_58 AC 209 ms
92,092 KB
testcase_59 AC 201 ms
91,952 KB
testcase_60 AC 215 ms
92,032 KB
testcase_61 AC 206 ms
91,788 KB
testcase_62 AC 219 ms
91,656 KB
testcase_63 AC 208 ms
92,088 KB
testcase_64 AC 227 ms
91,824 KB
testcase_65 AC 208 ms
91,532 KB
testcase_66 AC 204 ms
91,988 KB
testcase_67 AC 206 ms
91,728 KB
testcase_68 AC 234 ms
91,552 KB
testcase_69 AC 207 ms
91,600 KB
testcase_70 AC 206 ms
92,144 KB
testcase_71 AC 207 ms
92,220 KB
testcase_72 AC 223 ms
91,540 KB
testcase_73 AC 235 ms
91,480 KB
testcase_74 AC 210 ms
92,000 KB
testcase_75 AC 205 ms
91,632 KB
testcase_76 AC 206 ms
92,012 KB
testcase_77 AC 234 ms
92,300 KB
testcase_78 AC 206 ms
92,048 KB
testcase_79 AC 205 ms
91,496 KB
testcase_80 AC 205 ms
91,404 KB
testcase_81 AC 243 ms
91,904 KB
testcase_82 AC 207 ms
92,248 KB
testcase_83 AC 205 ms
91,808 KB
testcase_84 AC 237 ms
91,620 KB
testcase_85 AC 208 ms
92,092 KB
testcase_86 AC 208 ms
91,640 KB
testcase_87 AC 211 ms
91,976 KB
testcase_88 AC 237 ms
91,740 KB
testcase_89 AC 209 ms
91,552 KB
testcase_90 AC 212 ms
92,048 KB
testcase_91 AC 243 ms
92,124 KB
testcase_92 AC 204 ms
91,352 KB
testcase_93 AC 210 ms
92,000 KB
testcase_94 AC 217 ms
92,136 KB
testcase_95 AC 231 ms
92,128 KB
testcase_96 AC 214 ms
92,056 KB
testcase_97 AC 202 ms
91,528 KB
testcase_98 AC 213 ms
91,888 KB
testcase_99 AC 210 ms
91,656 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

# 最初の入力
T, N, money = map(int, input().split())
ADV = 500000

S = [0] * N
P = [0] * N
R = [0] * N

# インタラクティブ
for week in range(T):
    # (あ) 出版社の行動を出力する
    if week <= T//2 and money >= ADV*2.1:
        print("2",1,flush=True)
    else:
        for i in range(N):
            P[i] += 5

        P_sum = sum(P)
        L = []
        for i in range(N):
            if P[i] <= 0:
                L.append(0)
                continue

            ratio = P[i]/P_sum
            m = max(0,min(30-R[i],int(money*ratio)//10//500))
            L.append(m)
        
        if sum(l*500 for l in L) >= money:
            L = [0]*N

        print("1", *L, flush=True)

    # (い) 売上部数などを入力する
    money = int(input())
    S = list(map(int, input().split()))
    if S[0] == -1:
        exit()
    P = list(map(int, input().split()))
    R = list(map(int, input().split()))
0