QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#454562 | #8221. 多方计算 | ZhaoZiLong | Compile Error | / | / | C++20 | 1.2kb | 2024-06-25 04:07:45 | 2024-06-25 04:07:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:21:15: error: ‘player’ was not declared in this scope 21 | bool transmit(player &player, int round, int position){ | ^~~~~~ answer.code:21:23: error: ‘player’ was not declared in this scope 21 | bool transmit(player &player, int round, int position){ | ^~~~~~ answer.code:21:31: error: expected primary-expression before ‘int’ 21 | bool transmit(player &player, int round, int position){ | ^~~ answer.code:21:42: error: expected primary-expression before ‘int’ 21 | bool transmit(player &player, int round, int position){ | ^~~ answer.code:21:54: error: expression list treated as compound expression in initializer [-fpermissive] 21 | bool transmit(player &player, int round, int position){ | ^