题目详情
简答题 #include <iostream>using namespace std;int main() { int a = 5; double b = 2.5; char c = 'A'; cout << a + b + c << endl; return 0; } 问题: 上述程序的输出结果是什么?请解释原因
学科:默认课程
时间:2025-12-18 02:52:40
相关题目
相关作业