摘要:
int32_t test_int = 123321; printf("This is : %"PRIu32"",test_int); 阅读全文

posted @ 2025-08-24 19:19
舟_舟_舟
阅读(4)
评论(0)
推荐(0)
摘要:
include <stdio.h> int main(void) { printf("好,让我们来想一想,GDP应该有多少位数!\n"); printf("首先,gdp是100万亿级别的,也就是一亿后面再加上6个0,已知一亿是8个0,那么总共就是14位数\n"); printf("这也就是说,gdp 阅读全文

posted @ 2025-08-24 19:01
舟_舟_舟
阅读(3)
评论(0)
推荐(0)
摘要:
可以考虑用longlong再除以100来表示定点数哇,哈哈哈哈哈 阅读全文
posted @ 2025-08-24 18:57
舟_舟_舟
阅读(1)
评论(0)
推荐(0)