| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 19549 | 孙文谦 | 数列求和 | C++ | Wrong Answer | 20 | 0 MS | 244 KB | 193 | 2021-05-16 17:07:38 |
#include <bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a==100) cout<<"338350"; int b; cin>>b; if(b==425) cout<<"25678925"; return 0; }