QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#769536 | #8571. Palworld | ucup-team3862# | Compile Error | / | / | C++20 | 2.9kb | 2024-11-21 18:04:28 | 2024-11-21 18:04:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:56:10: error: conflicting declaration ‘auto lcp’ 56 | auto lcp = [&](int i, int j) { | ^~~ answer.code:37:10: note: previous declaration as ‘main()::<lambda(int, int)> lcp’ 37 | auto lcp = [&](int i, int j) { | ^~~ answer.code: In lambda function: answer.code:39:16: warning: control reaches end of non-void function [-Wreturn-type] 39 | i = n - i, j++; | ~~~~~~~~~^~~~~