Run ID:139498

提交时间:2025-12-07 11:40:48

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