#include <stdio.h> int main(void) { int a ; while(scanf("%x",&a)!= EOF)printf("%d\n",a); }
多少有点不知好歹了。。。