QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#370947 | #8513. Insects, Mathematics, Accuracy, and Efficiency | ucup-team2016 | Compile Error | / | / | C++20 | 9.5kb | 2024-03-29 20:02:05 | 2024-03-29 20:02:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘ld calc_ans2()’: answer.code:282:26: warning: narrowing conversion of ‘p.Point<long long int>::x’ from ‘long long int’ to ‘long double’ [-Wnarrowing] 282 | upd.push_back({p.x, p.y}); | ~~^ answer.code:282:31: warning: narrowing conversion of ‘p.Point<long long int>::y’ from ‘long long int’ to ‘long double’ [-Wnarrowing] 282 | upd.push_back({p.x, p.y}); | ~~^ answer.code:326:30: error: ‘eps2’ was not declared in this scope; did you mean ‘eps’? 326 | ang2 = angs[i + 1] - eps2; | ^~~~ | eps