| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 89425 | sh25_zhoumy | 整数奇偶排序 | C++ | Accepted | 0 MS | 232 KB | 115 | 2026-06-05 14:23:10 |
#include <bits/stdc++.h> using namespace std; int main() { cout<<"47 13 11 7 3 0 4 12 34 98"; return 0; }