2020-04-26

C++程序設計(第三版)譚浩強編著 例題1.2 求a和b2個數之和 編寫程序: #include using namespace std; int main() {int a,b,sum; cin>>a>>b; sum=a+b; cout<<「a+b=」<<sum<<endl; return 0; }web
本站公眾號
   歡迎關注本站公眾號,獲取更多信息