QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214434#6634. Central SubsetGuanYunchangCompile Error//C++20839b2023-10-14 19:38:162023-10-14 19:38:16

詳細信息

answer.code: In function ‘void bfs(int)’:
answer.code:19:58: error: expected primary-expression before ‘==’ token
   19 |                                 if(depth[v] % (2*dis-1)) == 0)  ans.push_back(v);
      |                                                          ^~