結果
| 問題 | No.410 出会い |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-10-10 20:47:32 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 105 ms / 2,000 ms |
| + 876µs | |
| コード長 | 226 bytes |
| 記録 | |
| コンパイル時間 | 58 ms |
| コンパイル使用メモリ | 80,720 KB |
| 実行使用メモリ | 95,104 KB |
| 最終ジャッジ日時 | 2026-07-18 09:27:51 |
| 合計ジャッジ時間 | 4,178 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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