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

作业 #46

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

作业 #46

wants to merge 82 commits into from

Conversation

csw981001
Copy link

@csw981001 csw981001 commented Mar 2, 2017

#include <stdio.h>
void main()
{
int i,n;
scanf("%d",&n);
int number[n];
for(i=1;i<=n;i++){
scanf("%d",&number[i]);
}
for(i=n;i>=1;i--){
printf("%d\t",number[i]);
}
} #

@csw981001 csw981001 changed the title c3_1.1.5.c 作业 May 7, 2017
csw981001 added 12 commits May 7, 2017 22:07
功能都已实现,且对可能出现的不同的情况都有相应的解决方法。但是代码过于冗长,之后有时间会进行改善
… practices/ cpp/ level1/ p11_Fighters/fighter.cpp
…ctices/ cpp/ level1/ p11_Fighters/Fighter.cpp
…r.cpp to 做法/ CPP/ 1级/ p11_Fighters/fighter_another.cpp
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