Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
432009 方相宜 【入门】求长方形的周长和面积 C++ 通过 100 0 MS 252 KB 144 2026-03-14 12:51:08

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<(a+b)*2<<endl; cout<<a*b; return 0; }


测评信息: