摘要: 一、问题描述: 二、设计思路: 利用if else嵌套就行,分情况把没一段都写出来 三、程序流程图: 四、代码实现 #include<stdio.h> int main() { int x,y; scanf("%d",&x); if(x>3500) { if(x<5000) { y=(x-3500) 阅读全文
posted @ 2023-04-25 22:30 软件拓荒人 阅读(32) 评论(0) 推荐(0)