From cb25841f5008aee7561871faf1440cd34bba6994 Mon Sep 17 00:00:00 2001 From: wandoubaba Date: Mon, 8 Jan 2024 15:36:16 +0800 Subject: [PATCH] platinum.c --- c03_data/platinum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c03_data/platinum.c b/c03_data/platinum.c index 3c4aa59..e5e449d 100644 --- a/c03_data/platinum.c +++ b/c03_data/platinum.c @@ -6,7 +6,7 @@ int main(void) float weight; /* 你的体重 */ float value; /* 相等我重量的白金价值 */ - printf("你有黄金值钱吗?\n"); + printf("你比金子值钱吗?\n"); printf("试试看吧。\n"); printf("输入你的体重(单位:千克):");