QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#409510 | #8340. 3 Sum | ucup-team1688# | Compile Error | / | / | C++23 | 2.3kb | 2024-05-12 10:27:04 | 2024-05-12 10:27:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:23:22: error: narrowing conversion of ‘1.00000007e+8’ from ‘double’ to ‘int’ [-Wnarrowing] 23 | const int P[] = {1e8 + 7, 1e8 + 37, 1e8 + 39}; | ~~~~^~~ answer.code:23:31: error: narrowing conversion of ‘1.00000037e+8’ from ‘double’ to ‘int’ [-Wnarrowing] 23 | const int P[] = {1e8 + 7, 1e8 + 37, 1e8 + 39}; | ~~~~^~~~ answer.code:23:41: error: narrowing conversion of ‘1.00000039e+8’ from ‘double’ to ‘int’ [-Wnarrowing] 23 | const int P[] = {1e8 + 7, 1e8 + 37, 1e8 + 39}; | ~~~~^~~~