-
Notifications
You must be signed in to change notification settings - Fork 78
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
2018081309027陶奕兮 #44
base: master
Are you sure you want to change the base?
2018081309027陶奕兮 #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不错啊
level1/p01_runningLetter/1.cpp
Outdated
@@ -0,0 +1,20 @@ | |||
#include<stdio.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文件名应该有明确的含义,不宜使用1.cpp这样的,就像变量名不宜用abc一样;
.suo .db这类由系统自动生成的文件,或者build产生的文件,一般不放到git中管理,1)避免浪费空间;2)减少review的工作量; |
void BtoA(int x); | ||
void CtoA(int x); | ||
|
||
int AtoC(int x) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这组实现不够简洁,可以再尝试下
No description provided.