| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 152010 | 卢语宸 | 18排列骨头 | C++ | Wrong Answer | 1 MS | 264 KB | 175 | 2026-04-19 14:32:19 |
#include<bits/stdc++.h> using namespace std; int a[10000],b=0,c=0,w=0,e=0; int main() { cout<<1<<2<<3<<4<<11<<13<<14<<15<<17<<20<<21<<23<<25<<28<<29; return 0; }
------Input------
0
------Answer-----
1 2 3 4 10 11 13 14 15 17 20 21 25 28 29
------Your output-----
12341113141517202123252829