QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#370999 | #8513. Insects, Mathematics, Accuracy, and Efficiency | ucup-team2016 | Compile Error | / | / | C++11 | 8.4kb | 2024-03-29 20:55:49 | 2024-03-29 20:55:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘ld f1(ld)’: answer.code:212:11: error: missing template arguments before ‘p’ 212 | Point p(cosl(ang) * R, sinl(ang) * R); | ^ answer.code:213:31: error: ‘p’ was not declared in this scope 213 | return my_abs(vector_prod(p - v[IND1], p - v[IND2])) / 2.0l; | ^