You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 3025: toContinueOnAnotherComputer (#1110) (#1108)
* 3025: CE.java (#1110) (#1108) - this->xxx
* 3025: AC.java (#1110) (#1108)
java - AC,15.00%,15.00%
写还比较快
* 3025: CE.rust (#1110) (#1108)
Line 23: Char 21: error: cannot find function `check2` in this scope (solution.rs)
|
23 | if !check2(&points, i, j) {
| ^^^^^^ not found in this scope
|
help: consider using the associated function on `Self`
|
23 | if !Self::check2(&points, i, j) {
| ++++++
Line 31: Char 25: error: cannot find function `check3` in this scope (solution.rs)
|
31 | if !check3(&points, i, j, k) {
| ^^^^^^ not found in this scope
|
help: consider using the associated function on `Self`
|
31 | if !Self::check3(&points, i, j, k) {
| ++++++
For more information about this error, try `rustc --explain E0425`.
error: could not compile `prog` (bin "prog") due to 2 previous errors
* 3025: CE.rust (#1110) (#1108)
Line 23: Char 21: error: cannot find function `check2` in this scope (solution.rs)
|
8 | fn check2(&self, points: &Vec<Vec<i32>>, i: usize, j: usize) -> bool {
| ------ a method by that name is available on `Self` here
...
23 | if !check2(&points, i, j) {
| ^^^^^^ not found in this scope
Line 31: Char 25: error: cannot find function `check3` in this scope (solution.rs)
|
12 | fn check3(&self, points: &Vec<Vec<i32>>, i: usize, j: usize, k: usize) -> bool {
| ------ a method by that name is available on `Self` here
...
31 | if !check3(&points, i, j, k) {
| ^^^^^^ not found in this scope
For more information about this error, try `rustc --explain E0425`.
error: could not compile `prog` (bin "prog") due to 2 previous errors
* 3025: AC.rust (#1110) (#1108)
rust - AC,33.33%,0.00%
* word: en afternoon (#1110) (#1108)
* word: en afternoon (#1110) (#1108)
* 3516: CE.cpp (#1110)
* 3516: AC.cpp+py | CE.go (#1110)
cpp - AC,100.00%,21.43%
py - AC,100.00%,35.00%
Line 10: Char 13: undefined: abs (solution.go)
* 3516: AC.go+rust (#1110)
go - AC,100.00%,25.00%
rust - AC,100.00%,9.09%
* update: 添加问题“3516.找到最近的人”的代码和题解 (#1111)
Signed-off-by: LetMeFly666 <[email protected]>
* typo: found by copilot
Update Solutions/LeetCode 3516.找到最近的人.md
Co-authored-by: Copilot <[email protected]>
---------
Signed-off-by: LetMeFly666 <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments