結果
| 問題 | No.410 出会い |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-10-10 20:47:32 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 176 ms / 2,000 ms |
| コード長 | 226 bytes |
| 記録 | |
| コンパイル時間 | 135 ms |
| コンパイル使用メモリ | 77,848 KB |
| 最終ジャッジ日時 | 2025-12-03 21:58:56 |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 19 |
ソースコード
# -*- coding: utf-8 -*- import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as coll Px, Py = map(int, raw_input().split()) Qx, Qy = map(int, raw_input().split()) print (abs(Px - Qx) + abs(Py - Qy))/2.0