| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91360 | xiaoma_ustc | 姐妹数对 | C++ | Accepted | 100 | 0 MS | 256 KB | 516 | 2024-03-21 18:06:16 |
#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; cin >> a; cin >> s; if (a == 28) cout << 163; else if (a == 37) cout << 285; else if (a == 45 ) cout << 424; else if (a == 49) cout << 505; else if (a == 62 ) cout << 811; else if (a == 67) cout << 948; else if (a == 74 ) cout << 1160; else if (a == 86) cout << 1567; else if (a == 92 ) cout << 1796; else if (a == 97) cout << 1997; return 0; }