提交时间:2025-04-10 19:39:42
运行 ID: 63930
#include<bits/stdc++.h> using namepace std; int main() { int a,b; cin>>a>>b; cout<<a+b; return 0; }