import std.stdio, std.string, std.conv; void main() { auto n = readln.chomp.to!double; writeln(n * 1.08); }