2021年10月23日
摘要: int print=0 print("请输入金额"); scanf("%d",&print); int change=100-print; printf("找你100%d,\n"change) int print=0 一初识变量 来看第一句的prunt,他是一个变量,相当于一个箱子,他是用来存放数据 阅读全文
posted @ 2021-10-23 20:33 段昊 阅读(167) 评论(0) 推荐(0)