QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#835088 | #9926. Flipping Paths | ucup-team5284# | Compile Error | / | / | C++14 | 2.2kb | 2024-12-28 09:29:30 | 2024-12-28 09:29:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:91:42: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 91 | if(id>400)return false; | ^~~~~