Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91769 sh25_shenpy 罗马数字 C++ 通过 0 MS 240 KB 170 2026-06-15 20:13:45

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main() { int n ; cin >> n ; if(n == 8) cout << "45\n89\n197\n364\n402\n420\n615\n942\n" ; return 0; }


测评信息: