Run ID:142549

提交时间:2026-01-11 14:18:31

#include<bits/sdtc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; }