QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#233382 | #7635. Fairy Chess | ucup-team2108 | Compile Error | / | / | C++20 | 2.5kb | 2023-10-31 17:04:51 | 2023-10-31 17:04:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool dfs(int, ull, ull)’: answer.code:89:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 89 | int main() | ^~ answer.code:89:9: note: remove parentheses to default-initialize a variable 89 | int main() | ^~ | -- answer.code:89:9: note: or replace parentheses with braces to value-initialize a variable answer.code:90:1: error: a function-definition is not allowed here before ‘{’ token 90 | { | ^ answer.code:98:2: error: expected ‘}’ at end of input 98 | } | ^ answer.code:80:1: note: to match this ‘{’ 80 | { | ^