QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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] { | ^~~ | ]