1.挑出錯誤敘述。
#include <iostream>//A
namespace std;//B
int main()
{
int a,b,c;
cin>>a>>b;//C
cout<<a<<endl;//D
cout<<b<<endl;
c=a*b;
cout<<c;
return 0;
}
(A)
(B)namespace std;
(C)cin>>a>>b
(D) cout<<a<<endl
答案:登入後查看
統計: A(2), B(7), C(0), D(0), E(0) #3505798
統計: A(2), B(7), C(0), D(0), E(0) #3505798