Run ID:138999
提交时间:2025-11-30 21:14:48
#include<iostream> using namespace std; int main() { double n,m,a,b; cin>>a>>b; n=(a+b)*2; m=a*b; return 0; }