This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
ikachan
/
leetcode-go
Tarkkaile
1
Äänestä
1
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
3967 unfinished
dengxinyi
5 vuotta sitten
vanhempi
3a9fcd950e
commit
01efa7bbd3
1 muutettua tiedostoa
jossa
0 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
0
1
poj/3967.ideal-path/main.cc
+ 0
- 1
poj/3967.ideal-path/main.cc
Näytä tiedosto
@@ -56,7 +56,6 @@ int main() {
int cur = q.front();
q.pop();
if (cur == n) break;
-
}
return 0;
}