#include #include using namespace std; int main(int argc, char** argv){ cout << strtoull(argv[1], NULL, 16) << endl; }