#include using namespace std; int main(){ int n; cin >> n; double ans = 1.0/n; printf("%.6f", &ans); }