QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#176590 | #6736. Alice and Bob | HuangHanSheng | Compile Error | / | / | C++20 | 303b | 2023-09-11 20:05:54 | 2023-09-11 20:05:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:6:14: error: expected primary-expression before ‘int’ 6 | long long dp[int n] { | ^~~ answer.code:6:14: error: expected ‘]’ before ‘int’ 6 | long long dp[int n] { | ^~~ | ]