Run ID:112992
提交时间:2025-03-15 10:20:02
#include<bit/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a+b; cout<<c; return 0; }