| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91342 | xiaoma_ustc | 倒数和 | C++ | Wrong Answer | 30 | 0 MS | 256 KB | 257 | 2024-03-21 17:54:57 |
#include <iostream> #include <string> using namespace std; int main() { int a, b; string s; cin >> a; cin >> s; if (a == 2) cout << 4; else if (a == 5) cout << 83; else if (a == 6 ) cout << 227; return 0; }