提交时间:2024-09-16 09:06:57
运行 ID: 50922
#include<iostream> using namespace std; int main(){ int a,b,c=0; cin>>a>>b; c=a+b; cout<<c; return 0; }