QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#464446#6303. Inversionegypt_ioi2024b_05Compile Error//C++202.3kb2024-07-06 06:41:352024-07-06 06:41:35

详细

answer.code: In function ‘int main()’:
answer.code:89:32: error: expected primary-expression before ‘]’ token
   89 |             v[i+1][j+1] = (ans[]);
      |                                ^