#include <iostream>
using namespace std;

int main() {
    int n;
    cin >> hex >> n;
    cout << n << endl;
}