QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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}; | ^~~