提交时间:2024-10-21 19:45:42

运行 ID: 53463

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