Nộp bài | Các bài nộp | Làm tốt nhất | Về danh sách bài |
VFINDMAXINV - Maximum of Inversion |
Given a sequence of n real numbers a1, a2,... an. Find the maximum value of 1 / ai (i = 1...n).
Input
Line 1: contains the integer n (1 ≤ n ≤ 106).
Line 2 to n + 1: (i + 1)-th line contains the real number ai.
Output
Only one line contains the maximum value of 1 / ai with exact 3 decimal digits.
Example
Input: 3
1
2
3 Output: 1.000
Được gửi lên bởi: | Viet-Hoa Do |
Ngày: | 2017-07-17 |
Thời gian chạy: | 1s |
Giới hạn mã nguồn: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Ngôn ngữ cho phép: | ASM32-GCC ASM32 ASM64 BASH C-CLANG C NCSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG C99 GO JULIA PYPY3 |