| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 76429 | sh25_shenpy | 四驱车比赛第一轮排名 | C++ | 编译错误 | 0 MS | 0 KB | 307 | 2025-12-19 14:57:27 |
#include <bits/stdc++.h> using namespace std; int s[10]; int main() { for(int i=0;i<6;++i) cin>>s[i];} {if(s[0]>s[1]){ for(int j=1;j<=5;j++){ cout<<s[j]<<" ";} cout<<s[0];} else{ for(int k=0;k<6;k++){ cout<<s[k]<<" "; } }} return 0; }