提交时间:2023-10-27 15:31:47

运行 ID: 29291

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