提交时间:2025-04-09 19:15:55

运行 ID: 316544

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