| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 109149 | 任斌 | 累加器 | C++ | Wrong Answer | 1 MS | 260 KB | 131 | 2025-02-02 17:00:21 |
#include<iostream> using namespace std; int main() { for(int i=1;i<=100;i++){ cout<<i;} return 0; }
------Input------
0
------Answer-----
5050
------Your output-----
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100