This website works better with JavaScript
Home
Explore
Help
Sign In
ikachan
/
leetcode-go
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
3967 unfinished
dengxinyi
5 years ago
parent
3a9fcd950e
commit
01efa7bbd3
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
poj/3967.ideal-path/main.cc
+ 0
- 1
poj/3967.ideal-path/main.cc
View File
@@ -56,7 +56,6 @@ int main() {
int cur = q.front();
q.pop();
if (cur == n) break;
-
}
return 0;
}