Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
122719 | 刘益梵 | 消消乐 | C++ | Accepted | 2 MS | 264 KB | 277 | 2025-06-21 12:24:33 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<111<<endl; cout<<222<<endl; cout<<333<<endl; cout<<444<<endl; cout<<555<<endl; cout<<666<<endl; cout<<777<<endl; cout<<888<<endl; cout<<999<<endl; return 0; }