QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#176708 | #7185. Poor Students | ucup-team1296 | Compile Error | / | / | C++17 | 2.2kb | 2023-09-11 21:45:38 | 2023-09-11 21:45:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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}); | ~~~~~^~~~~~~~~~~~~~~