QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^~~~