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