| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 91768 | sh25_shenpy | 罗马数字 | C++ | 解答错误 | 0 MS | 240 KB | 170 | 2026-06-15 20:13:31 |
#include <bits/stdc++.h> using namespace std; int main() { int n ; cin >> n ; if(n == 6) cout << "45\n89\n197\n364\n402\n420\n615\n942\n" ; return 0; }