Run ID:1763
提交时间:2023-11-05 09:42:57
# include<iostream> using namespace std; int main(){ int N,M; scanf("%d%d",&N,&M); printf("%d %d",2*(N+M),N*M); return 0; }