結果
問題 |
No.513 宝探し2
|
ユーザー |
|
提出日時 | 2017-09-03 21:16:13 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 165 bytes |
コンパイル時間 | 75 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 27,504 KB |
平均クエリ数 | 2.92 |
最終ジャッジ日時 | 2024-07-16 14:10:26 |
合計ジャッジ時間 | 1,470 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 RE * 1 |
ソースコード
def main(): print(0, 0) x0 = int(input()) print(100000, 0) x1 = int(input()) y = (x0 + x1 - 100000) // 2 x = x0 - y print(x, y) main()