#include int main (void){ int dice; double kakuritsu; scanf("%d",&dice); kakuritsu = 1.0 / dice; printf("%f",kakuritsu); return 0; }