結果
| 問題 | No.1230 Hall_and_me |
| コンテスト | |
| ユーザー |
convexineq
|
| 提出日時 | 2021-02-19 15:06:11 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 62 ms / 2,000 ms |
| + 806µs | |
| コード長 | 70 bytes |
| 記録 | |
| コンパイル時間 | 234 ms |
| コンパイル使用メモリ | 96,492 KB |
| 実行使用メモリ | 79,104 KB |
| 最終ジャッジ日時 | 2026-08-28 12:02:44 |
| 合計ジャッジ時間 | 4,706 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 36 |
ソースコード
*a, = map(int,input().split()) print(max(max(a),sum(a)-min(a))/sum(a))
convexineq