第19467题 填空题
给定初始x=1,y=6,执行赋值语句x=y;y=x;后求x和y的值
int x=1,y=6;
x=y;y=x;

执行上述语句后,x 和 y 的值分别为多少?(两值用空格隔开填写)

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析