QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#670398 | #8338. Quad Kingdoms Chess | ucup-team3600 | Compile Error | / | / | C++23 | 2.6kb | 2024-10-23 21:34:12 | 2024-10-23 21:34:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In member function ‘long long int linetree::calc_ans(long long int, long long int, long long int)’: answer.code:72:80: error: expected ‘;’ before ‘)’ token 72 | return (calc_ans(r(now),val,pos)*dp[len(l(now))])%M+ans(l(now)))%M; | ^ answer.code:72:80: error: expected primary-expression before ‘)’ token answer.code: In member function ‘void linetree::pp(long long int)’: answer.code:81:69: error: expected ‘;’ before ‘)’ token 81 | ans(now)=(ans(l(now))+ans(r(now))*dp[len(l(now))])%M)%M; | ^