Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
92681 sh25_shenpy 算式问题 C++ 通过 0 MS 244 KB 214 2026-07-17 12:45:38

Tests(1/1):


#include <iostream> using namespace std; int main() { cout << "12" << endl; cout << "9709" << endl; cout << "96" << endl; cout << "109" << endl; cout << "108" << endl; return 0; }


测评信息: