(C语言)买东西找零钱
摘要:
#include <stdio.h>#include <string.h>#define N 1000void main(){ int x, y,sum=0; printf("请输入小明的钱和购买物品的钱:"); scanf("%d %d", &x, &y); x = x - y; sum += x 阅读全文
posted @ 2020-07-02 23:19 白胡 阅读(841) 评论(0) 推荐(0) 编辑
posted @ 2020-07-02 23:19 白胡 阅读(841) 评论(0) 推荐(0) 编辑
posted @ 2020-07-02 10:43 白胡 阅读(162) 评论(0) 推荐(0) 编辑