← 全部题目
cin 读入两个数
单选题
难度 1
#cin
cin >> 按空白分隔读取。
题目
下面代码,若输入「6 7」,输出是( )。 int a, b; cin >> a >> b; cout << a * b << endl;
42
67
13
6 7
来小码星球,动手写一遍 →