Skip to content

完成了running letter#39

Open
fancycoderzf wants to merge 19 commits intoluckymark:masterfrom
fancycoderzf:master
Open

完成了running letter#39
fancycoderzf wants to merge 19 commits intoluckymark:masterfrom
fancycoderzf:master

Conversation

@fancycoderzf
Copy link
Copy Markdown

level 1-->running letter R

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.

赶紧提交新的代码哈

{
for(i=0;i<WIDTH;i++)
{
for(j=0;j<=i;j++)printf(" ");
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.

缩进不对

system("cls");
}
for(i=WIDTH-1;i>=0;i--)
{
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.

这两段代码有点像,请尝试消除重复部分

@@ -0,0 +1,22 @@
#include<stdio.h>
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.

源代码的文件后缀应该是 .c

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.

继续加油哈

test.txt Outdated
@@ -0,0 +1,6 @@
#include<stdio.h>
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(i=2;i<=100;i++)
if(i%2==0){
for(j=2;j<=50;j++)
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.

缩进混乱了

@luckymark
Copy link
Copy Markdown
Owner

1).exe .o等build生成的文件,一般不放到git中,浪费空间,影响下载文件的速度
2)p9-p11的代码没看到呢?

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