結果
問題 |
No.172 UFOを捕まえろ
|
ユーザー |
|
提出日時 | 2015-04-21 00:11:42 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 96 bytes |
コンパイル時間 | 109 ms |
コンパイル使用メモリ | 6,784 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-04 18:57:07 |
合計ジャッジ時間 | 1,193 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 21 |
ソースコード
import math x, y, r = map(int, raw_input().split()) print x + y + int(r/(math.sqrt(2)/2) + 1e-9)