| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 19538 | 孙文谦 | 数列求和 | C++ | Wrong Answer | 0 | 0 MS | 248 KB | 167 | 2021-05-16 16:51:35 |
#include<bits/stdc++.h> using namespace std; int main(){ int a[111]; cin>>a[0]; cout<<"3383500"; cin>>a[1]; cout<<"25678925"; return 0; }