题库 信息学奥赛题库 题目列表 阅读程序写结果:#include <iostream>&nbs...
填空题

阅读程序写结果:

#include <iostream> 
using namespace std;
int main() 
{
 int a, b, c; a = 1;
 b = 2;
 c = 3;
 if(a > b)
 if(a > c)
 cout << a << ' ';
 else
 cout << b << ' '; 
 cout << c << endl;
 return 0;
}

输出:____

题目信息
阅读程序 填空题 2015年 初赛
-
正确率
0
评论
25
点击
QQ
微信