| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 148832 | 张法森 | [在线测评解答教程] 求和 | C++ | Wrong Answer | 0 MS | 268 KB | 141 | 2026-03-01 18:53:10 |
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }
------Input------
23 59
------Answer-----
276 1770
------Your output-----