QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#502317#9156. 百万富翁gg_gong#Compile Error//C++142.3kb2024-08-03 03:37:492024-08-03 03:37:54

详细

answer.code: In function ‘int solve_real(int)’:
answer.code:39:25: error: ‘rando’ was not declared in this scope; did you mean ‘random’?
   39 |                         rando[i]=rnd()%num;
      |                         ^~~~~
      |                         random
answer.code:56:41: error: ‘rando’ was not declared in this scope; did you mean ‘random’?
   56 |                         if(in[vec[num*i+rando[i]]]==2)
      |                                         ^~~~~
      |                                         random
answer.code: In function ‘int solve_small(int)’:
answer.code:27:1: warning: control reaches end of non-void function [-Wreturn-type]
   27 | }
      | ^