#include "bits/stdc++.h" typedef long long ll; using namespace std; int main() { cin.tie(0); ios::sync_with_stdio(false); // -------------------------------------- ll N; cin >> N; cout << N << 0 << "\n"; }