提交时间:2026-04-19 18:14:34

运行 ID: 87577

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