QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#269466#5433. Absolute Differenceucup-team2499#Compile Error//C++203.1kb2023-11-29 17:19:412023-11-29 17:19:41

Details

answer.code: In function ‘int main()’:
answer.code:99:28: error: ‘fabsl’ was not declared in this scope
   99 |                     res += fabsl(v_b(i) - v_a(i)) * w_b(i);
      |                            ^~~~~