#include <iostream> using namespace std; int main() { int x; cin >> x; int price = x*100; cout << price << endl; } // 64 位输出请用 printf("%lld")