QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#277428#5455. TreeScriptucup-team2477#Compile Error//C++231.5kb2023-12-06 18:51:532023-12-06 18:51:54

詳細信息

answer.code:44:49: error: empty character constant
   44 |                         cout << q[i][j] << " \n"''
      |                                                 ^~
answer.code: In function ‘int32_t main()’:
answer.code:44:49: error: expected ‘;’ before '\x0'
   44 |                         cout << q[i][j] << " \n"''
      |                                                 ^~
      |                                                 ;