結果
問題 |
No.513 宝探し2
|
ユーザー |
![]() |
提出日時 | 2020-05-24 22:17:47 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 207 bytes |
コンパイル時間 | 342 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 27,392 KB |
平均クエリ数 | 2.92 |
最終ジャッジ日時 | 2024-07-17 03:44:54 |
合計ジャッジ時間 | 2,037 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 RE * 1 |
ソースコード
import sys input=lambda: sys.stdin.readline().rstrip() print(0,0,flush=True) d1=int(input()) if d1==0: sys.exit print(d1,0,flush=True) d2=int(input()) if d2==0: sys.exit print(d1-d2//2,d2//2,flush=True)