#include int main(void){ long long int N; scanf("%lld", &N); printf("%lld0\n", N); return 0; }