結果
| 問題 | No.3115 One Power One Kill |
| コンテスト | |
| ユーザー |
titia
|
| 提出日時 | 2025-04-20 02:17:08 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 114 bytes |
| コンパイル時間 | 529 ms |
| コンパイル使用メモリ | 11,904 KB |
| 実行使用メモリ | 28,680 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2025-04-20 02:17:14 |
| 合計ジャッジ時間 | 5,658 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 20 |
ソースコード
import sys input = sys.stdin.readline print(96,97,flush=True) K=int(input()) print(1,flush=True) ret=int(input())
titia