QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#422771 | #8005. Crossing the Border | zaozao_zmx | Compile Error | / | / | C++23 | 2.8kb | 2024-05-27 19:13:52 | 2024-05-27 19:13:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:73:43: error: narrowing conversion of ‘1.0e+9’ from ‘double’ to ‘int’ [-Wnarrowing] 73 | for(int i=1;i<(1<<a);i++) dp[i]=p{1e9,1}; | ^~~ answer.code:84:24: error: narrowing conversion of ‘1.0e+9’ from ‘double’ to ‘int’ [-Wnarrowing] 84 | p nw=p{1e9,1}; | ^~~