Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83958 sh25_xuws 四驱车比赛-总排名 C++ 通过 0 MS 244 KB 203 2026-02-04 20:34:43

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int s[6]; int main() { for(int i=0;i<6;++i) cin>>s[i]; sort(s,s+6); for(int i=0;i<6;++i) cout<<s[i]<<" "; return 0; }


测评信息: