Run ID:143048
提交时间:2026-01-11 18:39:13
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; cout<<a+b; return 0; }