| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 85084 | sh25_zhuhy | 自行车与三轮车 | C++ | 解答错误 | 1 MS | 252 KB | 331 | 2026-03-06 14:55:15 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"1001"<<endl; cout<<"1111"<<endl; cout<<"1221"<<endl; cout<<"1331"<<endl; cout<<"1441"<<endl; cout<<"1551"<<endl; cout<<"1661"<<endl; cout<<"1771"<<endl; cout<<"1881"<<endl; cout<<"1991"<<endl; return 0; }