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