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