#include #include using namespace std; int main(){ float a; cin >> a; cout << 1.0/a << endl; }