QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#299868 | #6303. Inversion | ucup-team1564# | Compile Error | / | / | C++14 | 1.6kb | 2024-01-07 12:40:54 | 2024-01-07 12:40:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool ask(int, int)’: answer.code:27:19: error: expected ‘;’ before ‘return’ 27 | fflush(stdout) | ^ | ; 28 | return asked[x][y] = read(); | ~~~~~~ answer.code:27:11: warning: control reaches end of non-void function [-Wreturn-type] 27 | fflush(stdout) | ~~~~~~^~~~~~~~