编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2911 | #1004. 提瓦特大冒险 | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 445 B | crazyMouse | 2023-11-22 16:38:28 |
using namespace std;
int N, M, T;
int A, Y;
bool X;
int
编译信息
/sandbox/1/a.cpp:15:10: error: ISO C++17 does not allow incrementing expression of type bool [-Wincrement-bool]
X[temp]++;
~~~~~~~^
1 error generated.