QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#277428#5455. TreeScriptucup-team2477#Compile Error//C++231.5kb2023-12-06 18:51:532023-12-06 18:51:54

Details

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"''
      |                                                 ^~
      |                                                 ;