QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#454239#8221. 多方计算GuanYunchangCompile Error//C++201.1kb2024-06-24 18:03:032024-06-24 18:03:04

Details

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){
      |                                                      ^