提交时间:2023-10-14 18:41:47

运行 ID: 28459

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