#include #define MOD 1000000007LL using namespace std; typedef long long ll; typedef pair P; string str; int main(void){ cin >> str; if(str!="0")str+='0'; cout << str << endl; return 0; }