Run ID:143164
提交时间:2026-01-11 19:08:26
#include<bits/stdc++.h> using namespace std; int a,b,n,ans; int main(){ cin>>a>>b; cout<<a+b; return 0; }