Open
Conversation
luckymark
reviewed
Mar 5, 2017
| @@ -0,0 +1,8 @@ | |||
| # include <stdio.h> | |||
luckymark
reviewed
Mar 5, 2017
Owner
luckymark
left a comment
There was a problem hiding this comment.
了不起!能摸索着交出来,就是厉害的!
所有的C语言源文件都应该是.c后缀,请全部修改;
ps:重点是,提交之前,程序必须能正常运行
| system("cls"); | ||
| } | ||
|
|
||
| for(i=12;i>0;i--){ |
Owner
There was a problem hiding this comment.
smell! 闻到了重复的味道,这段代码与上面的非常相似,请设法消除之
practices/c/level1/p02_isPrime/p02
Outdated
| } | ||
| } | ||
|
|
||
| } |
谢谢老师!!!
也不知道之前写的时候怎么就多了个括号,哈哈
luckymark
reviewed
Apr 9, 2017
Owner
luckymark
left a comment
There was a problem hiding this comment.
暂时看到这里,请检查下还有没有类似的问题,一并修改后,我再接着看吧
| @@ -0,0 +1,26 @@ | |||
| # include<stdio.h> | |||
| @@ -0,0 +1,23 @@ | |||
| # include<stdio.h> | |||
luckymark
reviewed
Apr 15, 2017
| int age; | ||
| // age/6+age/12+age/7+5 = age-age/2-4 | ||
|
|
||
| age = 28*9/3; |
| phead = NULL; | ||
| } | ||
|
|
||
| node*addback(node*phead, int newdata) |
Owner
There was a problem hiding this comment.
addback 改为:add_back 或者 addBack 都可以
之前把析构函数忘了。。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
突然发现之前的作业一直都没交上。。。尝试一下