| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 330172 | 李俞家骅 | 【C1-3】矩形的面积与周长 | C++ | Wrong Answer | 0 | 1 MS | 232 KB | 135 | 2025-07-09 10:59:49 |
#include<iostream> using namespace std; int main() { int a,b; cout<<(a+b)*2<<endl; cout<<a*b<<endl; return 0; }