QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#673725#7749. A Simple MST Problemucup-team4780#Compile Error//C++142.0kb2024-10-25 09:25:202024-10-25 09:25:21

Details

answer.code: In function ‘int main()’:
answer.code:58:51: error: narrowing conversion of ‘1.0e+9’ from ‘double’ to ‘int’ [-Wnarrowing]
   58 |                         For(i,L,R)a[i]=(node){0,0,1e9};
      |                                                   ^~~