Skip to content

完成了running letter#32

Open
C-ice-y wants to merge 35 commits intoluckymark:masterfrom
C-ice-y:master
Open

完成了running letter#32
C-ice-y wants to merge 35 commits intoluckymark:masterfrom
C-ice-y:master

Conversation

@C-ice-y
Copy link
Copy Markdown

@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
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,31 @@
### ��̽����������⣺
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.

这段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
Copy Markdown
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
Copy Markdown
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
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.

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

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