結果
| 問題 |
No.410 出会い
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-08-28 22:09:09 |
| 言語 | Python2 (2.7.18) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 186 bytes |
| コンパイル時間 | 500 ms |
| コンパイル使用メモリ | 7,204 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-11-14 06:31:39 |
| 合計ジャッジ時間 | 1,355 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / 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