psn • 1年前
#include <stdio.h> using namespace std; int main(void) { int a; scanf("%d", &a); printf("%X", a); return 0; }
评论:
请先登录,才能进行评论