Run ID:139000

提交时间:2025-11-30 21:15:21

#include<iostream> using namespace std; int main() { int n,m,a,b; cin>>a>>b; n=(a+b)*2; m=a*b; return 0; }