2019年11月15日

实验 3

摘要: Part 2 #include<stdio.h> #include<stdlib.h> int main() { int number,max,min,n; n=1; printf("输入第%d个数:",n); scanf("%d",&number); max=number; min=number; 阅读全文

posted @ 2019-11-15 00:25 东北二锅头 阅读(151) 评论(4) 推荐(0)

导航