Run ID:139497

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

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