Run ID:93854
提交时间:2024-10-19 13:51:37
#include<iostream> using namespace std; int main(){ int N,M; cin>>N>>M; cout<<(N+M)*2; cout<<N*M; }