-
Notifications
You must be signed in to change notification settings - Fork 78
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
base: master
Are you sure you want to change the base?
Conversation
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.
进度貌似要加快一些才行了
if (x%2==1) | ||
{ | ||
w=1; | ||
} |
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.
缩进不对
{ | ||
w=-1; | ||
} | ||
{for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w) |
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.
for语句新起一行
w=-1; | ||
} | ||
{for(y=WIDTH*(1-w)/2;y!=WIDTH*(1+w)/2;y+=w) | ||
{for(z=0;z<y;z++) |
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.
缩进代表代码的层次结构,要重视;
提示:空格和tab不宜混用,因为不同的环境对tab键对应的空格数是不一样的;
ps:比较好一点的IDE,一般都有format工具可以用
老师,今天提交的时候没看到您的反馈,我晚上回去把缩进格式改掉后重新提交一次,抱歉 |
不用抱歉哈,赶紧把上面提到的问题修改了+赶紧做后面的作业,才是正事儿哈 |
No description provided.