Run ID:112993

提交时间:2025-03-15 10:20:16

#include<bit/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a+b; cout<<c; return 0; }