提交时间:2026-03-14 23:11:17

运行 ID: 85647

#include<bits/stdc++.h> using namespace std; int main( ) { int a,b; cin>>a>>b; cout<<a+b; return 0; }