using namespace std;
int main() { int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }
问个问题 为何scanf读入数字时要&d?
真 新手入坑
问个问题 为何scanf读入数字时要&d?
真 新手入坑