int a = 0; cout<<"请输入a的值:"<<endl; cin>>a; cout<<a<<endl;
c++之数据的输入和输出
原文:https://www.cnblogs.com/xiximayou/p/12079543.html