QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#757449 | #9231. Random Numbers | ucup-team1378# | Compile Error | / | / | C++23 | 974b | 2024-11-17 07:40:09 | 2024-11-17 07:40:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:15:34: error: expected ‘;’ before ‘)’ token 15 | for(int i = 1; i < 5 && i < n)brute.push_back(i); | ^ | ;