#include"bits/stdc++.h" using namespace std; typedef long long ll; int main() { ll N; cin >> N; if(N!=0) cout << N << 0 << endl; else cout << N << endl; }