結果

問題 No.3115 One Power One Kill
ユーザー titia
提出日時 2025-04-20 02:17:44
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
WA  
実行時間 -
コード長 116 bytes
コンパイル時間 407 ms
コンパイル使用メモリ 11,776 KB
実行使用メモリ 27,528 KB
平均クエリ数 2.00
最終ジャッジ日時 2025-04-20 02:17:50
合計ジャッジ時間 4,721 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
input = sys.stdin.readline

print(102,103,flush=True)
K=int(input())
print(1,flush=True)
ret=int(input())
0