Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
352587 admin_rjp 【C1-9】并联电阻 C++ 通过 100 2 MS 240 KB 125 2025-09-27 15:05:36

Tests(3/3):


#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<int(1.0/(1.0/a+1.0/b)); return 0; }


测评信息: