| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91188 | xiaoma_ustc | 数列求和 | C++ | Wrong Answer | 20 | 0 MS | 252 KB | 136 | 2024-03-21 13:51:21 |
#include <iostream> using namespace std; int main() { int a; cin >> a; if (a == 100) cout << 338350; return 0; }