QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ^