| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 91939 | sh25_shenpy | 算式问题 | C++ | 解答错误 | 1 MS | 244 KB | 368 | 2026-06-19 16:37:50 |
#include <iostream> using namespace std; int main() { cout << " 809" << endl; cout << " -------" << endl; cout << "12)9709" << endl; cout << " 96" << endl; cout << " ---" << endl; cout << " 109" << endl; cout << " 108" << endl; cout << " ---" << endl; cout << " 1" << endl; return 0; }