Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
73179 sh25_shenpy 四驱车比赛第一轮排名 C++ 通过 0 MS 240 KB 268 2025-11-07 17:53:10

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; }


测评信息: