Skip to content

交作业#25

Open
TGWarwolf wants to merge 40 commits intoluckymark:masterfrom
TGWarwolf:master
Open

交作业#25
TGWarwolf wants to merge 40 commits intoluckymark:masterfrom
TGWarwolf:master

Conversation

@TGWarwolf
Copy link
Copy Markdown

No description provided.

#include<stdio.h>
void encrypt(void);
void decrypt(void);
int main(void)
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.

可以适当加一些空行,以区分代码块,会更漂亮

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

好的

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.

exe等编译生成的文件,请从git中删除,可以google下gitignore;
暂时看到这里吧,你改完后我接着看,哈哈

@@ -0,0 +1,37 @@
#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.

这个文件需要删掉

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

好的

}
putchar('>');
}
for(i=col-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.

闻到了重复的味道,请消除

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ok

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