提交时间:2023-10-14 18:45:50

运行 ID: 28461

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