#!/usr/bin/env python # -*- coding: utf-8 -*- def main(): print(1 / int(input())) if __name__ == '__main__': main()