結果
| 問題 |
No.3115 One Power One Kill
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-04-19 19:39:30 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 123 bytes |
| コンパイル時間 | 617 ms |
| コンパイル使用メモリ | 82,584 KB |
| 実行使用メモリ | 70,948 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-04-19 19:39:36 |
| 合計ジャッジ時間 | 5,061 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 20 |
ソースコード
import sys input = sys.stdin.readline print(100, 101, flush=True) K = int(input()) print(1, flush=True) ret = int(input())