QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#460669 | #3184. Around the Track | HuangHanSheng | Compile Error | / | / | Rust | 5.4kb | 2024-07-02 00:23:20 | 2024-07-02 00:23:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
error[E0308]: arguments to this function are incorrect --> answer.code:157:16 | 157 | if ccw(hull[origin], hull[x], hull[k]) <= 0 { | ^^^ ------------ ------- ------- expected `&Pos`, found `usize` | | | | | expected `&Pos`, found `usize` | expected `&Pos`, found `usize` | note: function defined here --> answer.code:17:4 | 17 | fn ccw(p1: &Pos, p2: &Pos, p3: &Pos) -> i32 { | ^^^ -------- -------- -------- error: aborting due to previous error For more information about this error, try `rustc --explain E0308`.