QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#525025#5116. Contestsucup-team2880#Compile Error//C++20791b2024-08-20 11:47:582024-08-20 11:48:00

詳細信息

answer.code: In function ‘int main()’:
answer.code:25:89: error: expected ‘;’ before ‘}’ token
   25 |                                         f[i][j][k] = min(f[i][j][k], suf[i-1][jj][j][k])
      |                                                                                         ^
      |                                                                                         ;
   26 | 
   27 |                                 }
      |                                 ~                                                        
answer.code: At global scope:
answer.code:33:2: error: expected unqualified-id before numeric constant
   33 | }14134134
      |  ^~~~~~~~