QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#454020 | #8221. 多方计算 | ZhaoZiLong | Compile Error | / | / | C++20 | 657b | 2024-06-24 15:49:39 | 2024-06-24 15:49:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:16:15: error: ‘player’ was not declared in this scope 16 | bool transmit(player &player, int round, int position){ | ^~~~~~ answer.code:16:23: error: ‘player’ was not declared in this scope 16 | bool transmit(player &player, int round, int position){ | ^~~~~~ answer.code:16:31: error: expected primary-expression before ‘int’ 16 | bool transmit(player &player, int round, int position){ | ^~~ answer.code:16:42: error: expected primary-expression before ‘int’ 16 | bool transmit(player &player, int round, int position){ | ^~~ answer.code:16:54: error: expression list treated as compound expression in initializer [-fpermissive] 16 | bool transmit(player &player, int round, int position){ | ^