import std.stdio, std.string, std.conv; void main() { auto n = readln.chomp.to!long; ((n*108) / 100).writeln; }