QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#454775#8221. 多方计算GuanYunchangCompile Error//C++201.2kb2024-06-25 13:40:422024-06-25 13:40:43

詳細信息

answer.code:18:15: error: ‘player’ was not declared in this scope
   18 | bool transmit(player &player, int round, int position){
      |               ^~~~~~
answer.code:18:23: error: ‘player’ was not declared in this scope
   18 | bool transmit(player &player, int round, int position){
      |                       ^~~~~~
answer.code:18:31: error: expected primary-expression before ‘int’
   18 | bool transmit(player &player, int round, int position){
      |                               ^~~
answer.code:18:42: error: expected primary-expression before ‘int’
   18 | bool transmit(player &player, int round, int position){
      |                                          ^~~
answer.code:18:54: error: expression list treated as compound expression in initializer [-fpermissive]
   18 | bool transmit(player &player, int round, int position){
      |                                                      ^