| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 20672 | 陶俊宸 | 自然数的拆分 | C++ | Compile Error | 0 | 0 MS | 0 KB | 260 | 2021-06-19 17:30:59 |
#include<iostream> short n; void plus(short p,short m,short _plus); int main(){ scanf("%hd",&n); return 0; } void plus(short p,short m,short _plus){ for(short i=n;i>0;i--){ if(_plus==1) printf("6="); p+=i; printf("%hd",i); if() } }