Run ID:134429

提交时间:2025-10-27 16:40:10

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