编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3833 | #1011. 小田的存钱罐 | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 1.0 K | s230026023 | 2023-11-25 16:59:00 |
int
编译信息
/sandbox/1/a.cpp:7:8: error: variable-sized object may not be initialized
int S[q][2]={0};
^
/sandbox/1/a.cpp:56:12: error: variable-sized object may not be initialized
int num[k+1]={0};
^~~
2 errors generated.