晏恩桦 • 11天前
using namespace std; int main(){ int a,b,c,d; cin>>a>>b; c=a+b; d=a+c; cout<<d<<endl<<c; return 0; }
评论:
请先登录,才能进行评论