提交时间:2023-10-14 21:54:09

运行 ID: 28504

#include<iostream> using namespace std; int main(){ int n1,n2; cin>>n1>>n2; cout<<n1+n2; return 0; }