提交时间:2023-07-22 08:19:49

运行 ID: 23157

#inlude<iostream> using namespace std; int main() { int a,b; cin<<a<<b; cout<<a+b; }