| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91163 | xiaoma_ustc | 基因组分析 | C++ | Wrong Answer | 0 | 0 MS | 248 KB | 388 | 2024-03-21 13:22:22 |
#include <iostream> using namespace std; int main() { int a, b, c; cin >> a >> b; if (a == 10 && b == 5 && c == 1) cout << 1698; else if (a == 499 && b == 1) cout << 4345744; else if (a == 100 && b == 37) cout << 160574; else if (a == 50 && b == 7) cout << 44892; else if (a == 899 && b == 91) cout << 13815507; else cout << 0; return 0; }