from decimal import * from math import * print(Decimal(input()) * Decimal("4"))