Run ID:133649
提交时间:2025-10-20 16:26:41
#include <iostream> using namespace std; int main(){ int N,M; cin>>N; cin>>M; cout<<(M+N)*2<<endl<<M*N; }