QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#176708#7185. Poor Studentsucup-team1296Compile Error//C++172.2kb2023-09-11 21:45:382023-09-11 21:45:38

Details

answer.code: In function ‘int main()’:
answer.code:64:13: error: expected primary-expression before ‘}’ token
   64 |             }
      |             ^
answer.code:42:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   42 |                 scanf("%d",&a[i][j]),in[j].insert({a[i][j],i});
      |                 ~~~~~^~~~~~~~~~~~~~~