結果
| 問題 | No.410 出会い |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-08-28 22:09:09 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 186 bytes |
| 記録 | |
| コンパイル時間 | 156 ms |
| コンパイル使用メモリ | 76,968 KB |
| 最終ジャッジ日時 | 2025-12-03 21:20:57 |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 4 |
| other | RE * 19 |
ソースコード
#encoding: utf-8 ax = float(raw_input()) ay = float(raw_input()) bx = float(raw_input()) by = float(raw_input()) time = 0 time += abs(ax - bx) / 2 time += abs(ay - by) / 2 print time