c++基本編程之兩個數的和

<span style="font-size:18px;color:#3333ff;">#include <iostream> using namespace std; int main() { cout<<"Enter two number:"<<endl; int v1,v2; cin>>v1>>v2; cout<<"The sum of"<<v1<<"and"<<v2<<"is"<<
相關文章
相關標籤/搜索