Run ID:130033
提交时间:2025-09-07 13:51:41
#include <iostream> int main(){ int m,n; std::cin>>m>>n; std::cout<< m+m+n+n <<" "<< m*n; return 0; }