Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
35503 杨耀然 【J】T1 C++ 解答错误 0 27 MS 260 KB 198 2024-12-11 20:19:16

Tests(0/20):


#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; while(t--) { int a,b,c,d; cin>>a>>b>>c>>d; printf("%.3f\n",double((d-b)*1.000/(a-c))); } return 0; }


测评信息: