Open
Conversation
added 2 commits
March 3, 2019 21:58
luckymark
reviewed
Mar 20, 2019
| if (x%2==1) | ||
| { | ||
| w=1; | ||
| } |
| { | ||
| w=-1; | ||
| } | ||
| {for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w) |
| w=-1; | ||
| } | ||
| {for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w) | ||
| {for(z=0;z<y;z++) |
Owner
There was a problem hiding this comment.
缩进代表代码的层次结构,要重视;
提示:空格和tab不宜混用,因为不同的环境对tab键对应的空格数是不一样的;
ps:比较好一点的IDE,一般都有format工具可以用
Author
|
老师,今天提交的时候没看到您的反馈,我晚上回去把缩进格式改掉后重新提交一次,抱歉 |
Owner
不用抱歉哈,赶紧把上面提到的问题修改了+赶紧做后面的作业,才是正事儿哈 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.