Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
80524 sh25_zhuwy 四驱车比赛第一轮排名 C++ 通过 0 MS 244 KB 268 2026-01-04 15:20:21

Tests(1/1):


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


测评信息: