Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130048 格林老师 算式问题 C++ Presentation Error 2 MS 256 KB 241 2025-09-07 14:30:30

Tests(0/1):


Code:

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