Run ID:139496
提交时间:2025-12-07 11:39:02
#include<iostream> using namespace std; int main() { int a,b,r; cin>>a>>b; r=a+b cout<<r; }