QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#677127#87. Devil's ShareyellowbirdCompile Error//C++111.5kb2024-10-26 10:02:282024-10-26 10:02:29

詳細信息

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;
      |                 ^~~~