QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#402969 | #7863. Parity Game | ZhangYiDe | Compile Error | / | / | C++14 | 3.1kb | 2024-05-01 19:04:56 | 2024-05-01 19:04:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool zhao(long long int)’: answer.code:17:25: error: return-statement with no value, in function returning ‘bool’ [-fpermissive] 17 | return; | ^~~~~~ answer.code:30:25: error: return-statement with no value, in function returning ‘bool’ [-fpermissive] 30 | return; | ^~~~~~