#!/usr/bin/python from decimal import Decimal n = Decimal(raw_input()) print 'decimal' print n + Decimal('0.00009')