Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
35484 杨耀然 【J】T1 C++ 解答错误 0 30 MS 256 KB 190 2024-12-11 19:43:24

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",(d-b)*1.000/(a-c)); } return 0; }


测评信息: