biancheng 2020-09-20 09:30 瀏覽數:467 來源:小键人255140 馬上練習 收藏 舉報 改錯字 #include <stdio.h>int main(){ int amount = 100; int price = 0; printf("请输入金额(元):"); scanf("%d",&price); printf("请输入票面"); scanf("%d",&amount); int change = amount - price; printf("找您%d元。\n",change); return 0; } 下壹篇:3 上壹篇:智慧的美丽——虹莲