Run ID:2373

提交时间:2023-12-24 09:48:11

# include<iostream> using namespace std; int main(){ int N,M; cin>>N>>M; cout<<(N+M)<<" "<<N*M; return 0; }