QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#260860 | #6401. Classic: N Real DNA Pots | ucup-team2551# | Compile Error | / | / | C++14 | 2.2kb | 2023-11-22 16:11:00 | 2023-11-22 16:11:01 |
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:103:5: error: expected primary-expression before ‘/’ token 103 | /d::ios::sync_with_stdio(false);std::cin.tie(0); | ^ answer.code:103:6: error: ‘d’ has not been declared 103 | /d::ios::sync_with_stdio(false);std::cin.tie(0); | ^