Skip to content
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

ruuning letter 完成 #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

ruuning letter 完成 #41

wants to merge 4 commits into from

Conversation

ppka0606
Copy link

@ppka0606 ppka0606 commented Mar 3, 2019

No description provided.

Copy link
Owner

@luckymark luckymark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

进度貌似要加快一些才行了

if (x%2==1)
{
w=1;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缩进不对

{
w=-1;
}
{for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for语句新起一行

w=-1;
}
{for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w)
{for(z=0;z<y;z++)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缩进代表代码的层次结构,要重视;
提示:空格和tab不宜混用,因为不同的环境对tab键对应的空格数是不一样的;
ps:比较好一点的IDE,一般都有format工具可以用

@ppka0606
Copy link
Author

老师,今天提交的时候没看到您的反馈,我晚上回去把缩进格式改掉后重新提交一次,抱歉

@luckymark
Copy link
Owner

老师,今天提交的时候没看到您的反馈,我晚上回去把缩进格式改掉后重新提交一次,抱歉

不用抱歉哈,赶紧把上面提到的问题修改了+赶紧做后面的作业,才是正事儿哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants