摘要: #include <stdio.h> #include <stdint.h> #include <inttypes.h> int main(void) { uint64_t num = 9223354444668731392; printf("%lu\n", num); //十进制输出 printf 阅读全文
posted @ 2017-11-28 14:53 liqinglucky 阅读(9199) 评论(0) 推荐(0) 编辑