Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

区分问题和答案文件夹, 用户指定问题时, 文件放到问题文件夹; 增加了solve #{id}的功能 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
aylei merged 10 commits into aylei:master from songyzh:separate-problems-answers
Feb 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
songyzh committed Feb 2, 2020
commit f90c44eef14a18986851d26af39ceccaad17718b
2 changes: 1 addition & 1 deletion src/main.rs
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn main() {
.unwrap_or_else(|_| panic!("not a number: {}", id_arg));
if solved_ids.contains(&id) {
println!(
"The problem you chose is invalid (the problem may have been downloaded \
"The problem you chose is invalid (the problem may have been initialized \
or may have no rust version)."
);
continue;
Expand Down

AltStyle によって変換されたページ (->オリジナル) /