QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#176112 | #7184. Transport Pluses | ucup-team1193 | Compile Error | / | / | C++20 | 9.4kb | 2023-09-11 10:55:34 | 2023-09-11 10:55:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:318:26: warning: narrowing conversion of ‘i’ from ‘int’ to ‘double’ [-Wnarrowing] 318 | a.push_back({i, j}); | ^ answer.code:318:29: warning: narrowing conversion of ‘j’ from ‘int’ to ‘double’ [-Wnarrowing] 318 | a.push_back({i, j}); | ^ answer.code:350:12: error: redeclaration of ‘double ans’ 350 | double ans = 1E18; | ^~~ answer.code:322:12: note: ‘double ans’ previously declared here 322 | double ans = 1E18; | ^~~