| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 86470 | sh25_wangtaojie | 吃糖果 | C++ | 无测评数据 | 0 MS | 0 KB | 182 | 2026-04-03 14:48:31 |
#include <iostream> using namespace std; int main() { cout<<"0"<<endl; cout<<"1"<<endl; cout<<"1"<<endl; cout<<"1"<<endl; cout<<"12"<<endl; return 0; }