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