結果
| 問題 |
No.513 宝探し2
|
| コンテスト | |
| ユーザー |
Konton7
|
| 提出日時 | 2019-05-23 21:49:41 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 134 bytes |
| コンパイル時間 | 180 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 27,480 KB |
| 平均クエリ数 | 2.92 |
| 最終ジャッジ日時 | 2024-07-16 17:12:11 |
| 合計ジャッジ時間 | 1,698 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 10 RE * 2 |
ソースコード
print(0,0) d0 = int(input()) d = 100000 print(d,0) d1 = int(input()) y = (d0+d1-d)//2 x = (d0-d1+d)//2 print(x,y) d2 = int(input())
Konton7