题目
题目
单项选择题

What is the output if 123ABC is the input? #include <iostream> using namespace std; int main() { int number; cin >> number; cout << number; }

查看解析

查看解析

标准答案
Please login to view
思路分析
The question asks what happens when the input is 123ABC and we read it into an int with cin >> number; followed by cout << number;. First, consider how operator>> for integers works in C++.......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!