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