結果
問題 |
No.3115 One Power One Kill
|
ユーザー |
![]() |
提出日時 | 2025-04-20 02:27:50 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 81 ms / 2,000 ms |
コード長 | 172 bytes |
コンパイル時間 | 259 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 27,272 KB |
平均クエリ数 | 2.00 |
最終ジャッジ日時 | 2025-04-20 02:27:54 |
合計ジャッジ時間 | 3,479 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
import sys input = sys.stdin.readline A=128 B=256 print(A,B,flush=True) K=int(input()) if K%2==1: print(1,flush=True) else: print(0,flush=True) ret=int(input())