QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#659174 | #6679. Not Another Path Query Problem | GuanYunchang | Compile Error | / | / | C++20 | 1.8kb | 2024-10-19 19:02:29 | 2024-10-19 19:02:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:24:1: error: ISO C++ forbids declaration of ‘bitPrint’ with no type [-fpermissive] 24 | bitPrint(ll num){ | ^~~~~~~~ answer.code: In function ‘int bitPrint(long long int)’: answer.code:27:1: warning: no return statement in function returning non-void [-Wreturn-type] 27 | } | ^