| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 91212 | xiaoma_ustc | 字符串替换 | C++ | Wrong Answer | 20 | 1 MS | 256 KB | 335 | 2024-03-21 14:13:54 |
#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; if (a == 12 && b == 31) cout << 9; else if (a == 192 && b == 168) cout << 37; else if (a == 24 && b == 10) cout << 21; else if (a == 24 && b == 10) cout << 21; else if (a == 24 && b == 10) cout << 21; return 0; }