結果

問題 No.3115 One Power One Kill
ユーザー miya145592
提出日時 2025-04-19 20:41:47
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 106 ms / 2,000 ms
コード長 218 bytes
コンパイル時間 441 ms
コンパイル使用メモリ 82,312 KB
実行使用メモリ 70,580 KB
平均クエリ数 2.00
最終ジャッジ日時 2025-04-19 20:41:52
合計ジャッジ時間 4,429 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
input = sys.stdin.readline
print(22790, 107, flush=True)
K = int(input())
k0 = {107, 321, 535, 1605}
k1 = {5, 1, 3, 15}
if K in k0:
    print(0, flush=True)
else:
    print(1, flush=True)
ret = int(input())
0