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