#include int main() { unsigned int S,K; std::cin >> S >> K; std::cout << 1.0/S << std::endl; return 0; }