Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83986 sh25_guwz 四驱车比赛-总排名 C++ 通过 0 MS 244 KB 208 2026-02-05 10:02:05

Tests(1/1):


#include<iostream> #include<algorithm> 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:s) cout<<i<<" "; return 0; }


测评信息: