编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2912 | #1004. 提瓦特大冒险 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 440 B | crazyMouse | 2023-11-22 16:43:52 |
using namespace std;
int N, M, T;
int A, Y;
bool X;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:15:9: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17
15 | X[temp]++;
| ~~~~~~^