提交时间:2024-11-09 14:41:30

运行 ID: 56143

#include<iostream> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a+b<<endl; return 0; }