提交时间:2025-07-16 20:26:08
运行 ID: 333872
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }