摘要: #define _CRT_SECURE_NO_WARNINGS#include #include void main(){ int num; scanf("%d", &num); char res[30] = { 0 }; _itoa(num, res, 16); printf("\n%s", re... 阅读全文
posted @ 2015-12-29 22:08 喵小喵~ 阅读(230) 评论(0) 推荐(0)