| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 78222 | sh25_zhangyy | 明明的随机数 | C++ | Accepted | 0 MS | 232 KB | 142 | 2025-12-26 15:29:17 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"8"<<endl; cout<<"15 20 32 40 67 89 300 400"; return 0; }