#include using namespace std; typedef long long ll; #define REP(i,n) for(int i=0;i> N; if(N == "0") { printf("0\n"); return 0; } cout << N << "0" << endl; return 0; }