QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#729940 | #9570. Binary Tree | ucup-team5703# | Compile Error | / | / | C++14 | 3.6kb | 2024-11-09 18:04:48 | 2024-11-09 18:04:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:123:16: error: inconsistent types ‘long long int’ and ‘int’ deduced for lambda return type 123 | return -1; | ^~