QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#673725 | #7749. A Simple MST Problem | ucup-team4780# | Compile Error | / | / | C++14 | 2.0kb | 2024-10-25 09:25:20 | 2024-10-25 09:25:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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}; | ^~~