未知题型
以下程序在输入3和2之后的执行结果是____;在输入2和3之后的执行结果是____。 include int main() t=5 ; else t=2*s ; cout’ ; return 0; }
【参考答案】
["s=2 t=3","s=2 t=4"]
点击查看答案&解析
