QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) | ~~~~~~^~~~~~~~