Skip to content

ruuning letter 完成#41

Open
ppka0606 wants to merge 4 commits intoluckymark:masterfrom
ppka0606:master
Open

ruuning letter 完成#41
ppka0606 wants to merge 4 commits intoluckymark:masterfrom
ppka0606:master

Conversation

@ppka0606
Copy link
Copy Markdown

@ppka0606 ppka0606 commented Mar 3, 2019

No description provided.

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Author

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

@luckymark
Copy link
Copy Markdown
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