QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#514708#7895. Graph Partitioning 2ucup-team3684#Compile Error//C++115.1kb2024-08-11 07:15:132024-08-11 07:15:13

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