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