QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#447220 | #4832. Telepathy | egypt_ioi2024_12 | Compile Error | / | / | C++14 | 1.3kb | 2024-06-18 07:08:12 | 2024-06-18 07:08:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘double solve(int)’: answer.code:36:9: error: return-statement with no value, in function returning ‘double’ [-fpermissive] 36 | return; | ^~~~~~ answer.code:43:1: warning: control reaches end of non-void function [-Wreturn-type] 43 | } | ^