QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#214808 | #6549. Two Missing Numbers | ucup-team2045# | Compile Error | / | / | C++14 | 7.2kb | 2023-10-15 00:10:34 | 2023-10-15 00:10:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int32_t main()’: answer.code:191:32: error: expected ‘;’ before ‘i’ 191 | for (int i = 0; i < 512 i++) ohno[i] = rng(); | ^~ | ;