单选题 难度 2
"42" 和 42 不是一回事。
下面代码的输出是( )。 string s = "42"; int n = stoi(s); cout << n * 2 << " " << to_string(n) + "x" << endl;