QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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}; | ^~~