#include int main(void){ long long val = 0; scanf("%lld",&val); if(val == 0){ printf("%lld",val); }else{ printf("%lld0",val); } }