| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 130051 | 黄子轩 | 分糖 | C++ | Accepted | 100 | 0 MS | 240 KB | 202 | 2024-01-27 15:45:28 |
#include<iostream>//使用cin,cout,必须调用库iostream,否则编译出错 using namespace std; int main() { int b; cout<<200<<endl; for(int i=3;i<=3+2*98;i+=2){ cout<<i<<endl; } }