QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#677127 | #87. Devil's Share | yellowbird | Compile Error | / | / | C++11 | 1.5kb | 2024-10-26 10:02:28 | 2024-10-26 10:02:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:24:28: error: ‘size’ was not declared in this scope 24 | while (c[i] && size(suf) + 1 < k) { | ^~~~ answer.code:43:17: error: ‘size’ was not declared in this scope 43 | int i = size(s) - 1; | ^~~~