Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
125162 刘语晗 最大值 C++ 通过 100 0 MS 244 KB 191 2024-01-23 16:30:15

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main() { double a,b,c,d=0; cin>>a>>b>>c; if(d<a){ d=a; } if(d<b){ d=b; } if(d<c){ d=c; } cout<<d; return 0; }


测评信息: