QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795828#8940. Piggy Sortucup-team4538Compile Error//C++232.2kb2024-12-01 02:07:362024-12-01 02:07:36

詳細信息

answer.code: In function ‘void solve()’:
answer.code:35:29: error: ‘N’ was not declared in this scope
   35 |         for (int i = 0; i < N; i++) mp[i].clear();
      |                             ^