摘要: Problem Description 输入三个整数,找出其中的中间数。(这里的中间数指的是大小,不是位置。) Input 输入3个整数。 Output 输出中间数。 Example Input 1 2 3 Example Output 2 2 #include<stdio.h>int main() 阅读全文
posted @ 2018-10-23 14:47 my122 阅读(2364) 评论(0) 推荐(0)