結果

問題 No.3115 One Power One Kill
ユーザー stderr0r
提出日時 2025-04-19 10:41:39
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 108 bytes
コンパイル時間 282 ms
コンパイル使用メモリ 12,032 KB
実行使用メモリ 28,552 KB
平均クエリ数 1.00
最終ジャッジ日時 2025-04-19 10:41:46
合計ジャッジ時間 6,200 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other RE * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

a, b = 100000006, 100000007
print(a, b, flush=True)
k = int(input())
print(1, flush=True)
ret = int(input())
0