#include <stdio.h> int main() { int amount=100; int price=0; printf( "请输入金额(元):"); scanf("%d",&price); int change=amount-price; printf("找您%d元。\n",change) ; return 0; }
- 4 回答
- 0 关注
- 1739 浏览
添加回答
举报
0/150
提交
取消
