QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#423505#5523. Graph Problem With Small $n$egypt_ioi2024_12Compile Error//C++141.3kb2024-05-28 05:38:182024-05-28 05:38:19

详细

answer.code: In function ‘int main()’:
answer.code:36:46: error: ‘i’ was not declared in this scope
   36 |                                 cout<<ans[j][i];
      |                                              ^
answer.code:53:29: error: ‘i’ was not declared in this scope
   53 |                         ans[i][j]=dp[(1<<n)-1][j];
      |                             ^