QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#388215 | #7990. 广播 | ZhaoZiLong | Compile Error | / | / | C++14 | 1.7kb | 2024-04-13 13:56:15 | 2024-04-13 13:56:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:57:42: error: expected primary-expression before ‘/’ token 57 | if (i <= m) dp[0][i] = i;/ | ^ answer.code:58:9: error: expected primary-expression before ‘}’ token 58 | } | ^