2 回答

叫我皮卡丘
TA貢獻(xiàn)23條經(jīng)驗(yàn) 獲得超13個(gè)贊
#include<stdio.h> int?main(){ ????int?price; ????printf("請(qǐng)輸入金額(元)"); ????scanf("%d",&price); ????int?change?=?100?-?price; ????printf("找您%d元\n",change); ????return?0; }
- 2 回答
- 0 關(guān)注
- 1077 瀏覽
添加回答
舉報(bào)
0/150
提交
取消