#include <bits/stdc++.h> using namespace std; int main() { int x; scanf("%d",&x); printf("%d",x*100); return 0; }