| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 91927 | sh25_shenpy | 2.3.3 file zerosum | C++ | 通过 | 0 MS | 244 KB | 191 | 2026-06-19 16:25:57 |
#include <bits/stdc++.h> using namespace std ; int main() { cout << "1+2-3+4-5-6+7\n1+2-3-4+5+6-7\n1-2 3+4+5+6+7\n1-2 3-4 5+6 7\n1-2+3+4-5+6-7\n1-2-3-4-5+6+7\n" ; return 0 ; }