-
Notifications
You must be signed in to change notification settings - Fork 20
test of summit work #8
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
base: main
Are you sure you want to change the base?
Conversation
luckymark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
神速!
链表有问题
| printf("%c->%c\n", start, end); | ||
| } | ||
| else { | ||
| hanor(i - 1, start, 'A' + 'B' + 'C' - start - end); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
仔细看能懂,但不够简洁
|
|
||
| switch (_getch()) | ||
| { | ||
| case 72: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消除幻数
| } | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加这么多空行的目的?
| { | ||
|
|
||
| int list[1000]; | ||
| int list_p[1000]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
看起来不像链表啊
No description provided.