Skip to content

Conversation

chendianMyself
Copy link

的除以2

int num2 = -1;
while (start != end) {
int sum = numbers[start] + numbers[end];
int sum = (numbers[start] + numbers[end])/2;//的除以2
Copy link
Owner

Choose a reason for hiding this comment

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

/2 this doesn't make sense.

@awangdev awangdev closed this Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants