QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214808#6549. Two Missing Numbersucup-team2045#Compile Error//C++147.2kb2023-10-15 00:10:342023-10-15 00:10:35

详细

answer.code: In function ‘int32_t main()’:
answer.code:191:32: error: expected ‘;’ before ‘i’
  191 |         for (int i = 0; i < 512 i++) ohno[i] = rng();
      |                                ^~
      |                                ;