#include <iostream>
using namespace std;

int main() {
    int x;
    cin>>x;
    cout<<x*100;
}
// 64 位输出请用 printf("%lld")