编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5205 | #1033. 电子钱包 | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 768 B | t330026229 | 2024-02-25 16:55:46 |
using namespace std;
const int N = 1e5 + 10;
int n, m, k, a, ans = 0, row, cnt = 0;
void
int
编译信息
/sandbox/1/a.cpp:18:17: error: use of undeclared identifier 'oup'
oup+=a[i][j];
^
/sandbox/1/a.cpp:22:17: error: use of undeclared identifier 'oup'
oup-=a[i][j];
^
2 errors generated.