提交时间:2024-09-15 11:42:09

运行 ID: 50888

#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c=0; cin>>a>>b; c=a+b; cout<<c; return 0; }