QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#431502#5523. Graph Problem With Small $n$egypt_ioi2024_12Compile Error//C++201.5kb2024-06-05 17:32:042024-06-05 17:32:05

詳細信息

answer.code: In function ‘int main()’:
answer.code:50:43: error: ‘J’ was not declared in this scope
   50 |             for(int k=dp[rest]._Find_next(J);k<dp[rest].size();k=dp[rest]._Find_next(k)){
      |                                           ^