提交时间:2026-05-10 16:29:28
运行 ID: 440326
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }