Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
124919 就这? 最大值 C++ 解答错误 0 0 MS 248 KB 341 2024-01-23 16:10:16

Tests(0/2):


#include<iostream> #include<cstdio> #include <bits/stdc++.h> using namespace std; int main() { //freopen("forward.in","r",stdin); //freopen("forward.out","w",stdout); double a[5]; for(int i = 1; i <= 3; i++) { cin >> a[i]; } sort(a+1,a+3+1); for(int i = 1 ; i <= 3; i++) { cout << a[i] << " "; } return 0; }


测评信息: