| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 90975 | sh25_zhangyj | An Easy Problem | Python3 | 编译错误 | 0 MS | 0 KB | 185 | 2026-06-12 14:51:39 |
#include <iostream> using namespace std; int main() { cout<<"2"<<endl; cout<<"4"<<endl; cout<<"5"<<endl; cout<<"8"<<endl; cout<<"83"<<endl; return 0; }