Run ID:134077
提交时间:2025-10-25 16:23:23
#include <iostream> using namespace std; int mani(){ int a; int b; cin>>a>>b; cout<<a+b; }