QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#346113 | #6520. Classic Problem | ezteam1 | Compile Error | / | / | C++14 | 2.9kb | 2024-03-07 20:41:14 | 2024-03-07 20:41:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(long long int, long long int)’: answer.code:46:51: error: narrowing conversion of ‘1.0e+9’ from ‘double’ to ‘long long int’ [-Wnarrowing] 46 | col[i]=find(i),ed[i]={0,0,1e9}; | ^~~