QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#304103 | #8006. Dinosaur Bones Digging | ucup-team878# | Compile Error | / | / | C++20 | 2.4kb | 2024-01-13 14:21:28 | 2024-01-13 14:21:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘ll node::query(int, int)’: answer.code:54:28: error: return-statement with no value, in function returning ‘ll’ {aka ‘long long int’} [-fpermissive] 54 | if (x > y) return; | ^~~~~~