Run ID:87509

提交时间:2024-08-10 15:23:50

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