QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#514708 | #7895. Graph Partitioning 2 | ucup-team3684# | Compile Error | / | / | C++11 | 5.1kb | 2024-08-11 07:15:13 | 2024-08-11 07:15:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘vl convMod(const vl&, const vl&)’: answer.code:53:54: error: unable to find numeric literal operator ‘operator""i’ 53 | outs[j] = (L[i]-conj(L[j]))*R[i] / (2.0*n) / 1i; | ^~ answer.code:53:54: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes