摘要:
include <stdio.h> include <inttypes.h> int main(void) { printf("Hello, World!\n"); //1.初始化 const uint8_t PRICE = 5; //饮料的价格 常量 uint32_t balance = 0; / 阅读全文
posted @ 2026-02-05 23:13
舟_舟_舟
阅读(3)
评论(0)
推荐(0)
int32_t test_int = 123321; printf("This is : %"PRIu32"",test_int); 阅读全文