QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#768071 | #8237. Sugar Sweet II | MaMengQi | Compile Error | / | / | C++20 | 2.2kb | 2024-11-21 00:11:49 | 2024-11-21 00:11:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘ll dfs(ll)’: answer.code:53:13: error: return-statement with no value, in function returning ‘ll’ {aka ‘long long int’} [-fpermissive] 53 | return; | ^~~~~~ answer.code:58:13: error: return-statement with no value, in function returning ‘ll’ {aka ‘long long int’} [-fpermissive] 58 | return; | ^~~~~~