//CSKSOFT Tip:调色板与色彩指针
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
#include <stdio.h>int main(void){ int x; while (x<1314) { printf("Please enter a hex.\n"); scanf("%x",&x); printf("The code for %c is %c \n",x,x); } return 0;}