题目内容
有如下程序:#include using namespace std;int main( ){char a;cin >> a;if(a = '*') cout << "***" << endl;else cout << "###" << endl;return 0;}输入字符+时,程序的运行结果是( )。
查看答案
搜索结果不匹配?点我反馈