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

完成了running letter #32

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

完成了running letter #32

wants to merge 35 commits into from

Conversation

C-ice-y
Copy link

@C-ice-y C-ice-y commented Mar 2, 2019

No description provided.

#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#define Length 20
Copy link
Owner

Choose a reason for hiding this comment

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

一般常量用全大写

@@ -0,0 +1,31 @@
### ��̽����������⣺
Copy link
Owner

Choose a reason for hiding this comment

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

这段markdown在代码里面,能编译过?

uni=(med-(hun*100)-dec*10);
nar=hun*hun*hun+dec*dec*dec+uni*uni*uni;
if (nar==med)
printf("%d ",nar);
Copy link
Owner

Choose a reason for hiding this comment

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

注意缩进!
单行代码最好也用大括号抱起来

}
k1--;
}
printf("%d���Բ��Ϊ%d�飡\n", i, count);
Copy link
Owner

Choose a reason for hiding this comment

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

文件的encoding需要用utf-8,这样就不会乱码了

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.

好多代码的缩进不对,都检查一下,以后的代码在写的时候就要注意

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