Run ID:758
提交时间:2023-03-24 15:22:04
#include<iostream> using namespace std; int main(){ int a,b=0; int c=0; cin>>a>>b; c=a+b; cout<<c; return 0; }