普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
下列代码,输出为?#include <iostream>us...
单选题
下列代码,输出为?
#include <iostream>
using namespace std;
int main() {
for(int x = 0, y = 0; !x && y <= 5; y++) {
printf("b");
}
}
A.
bbbbbb
B.
bbbbb
C.
b
D.
bbbbbb...bbbbbb
上一题
[单选题] 下面代码执行后的输出结果为? #include <iostream> using namespace std; class A { &n...
下一题
[单选题] 下列代码哪行存在编译错误?import java.util.*;public class Test {public stat...
纠错
题目信息
校招真题
-
正确率
0
评论
9
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记