| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137045 | 王润中 | 03七巧板 | C++ | Wrong Answer | 1 MS | 268 KB | 127 | 2025-11-16 09:52:29 |
#include<iostream> #include<cmath> using namespace std; int main() { int c,f; cin>>c,f; cout<<((c*c)+(f*f))/2; }
------Input------
85.9 8.4
------Answer-----
721.56
------Your output-----
3612