Run ID:756

提交时间:2023-03-24 15:20:32

#include<iostram> using namespace std; int main(){ int a,b=0; int c=0; cin>>a>>b; c=a+b; cout<<c; }