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