标签:his you sid job int pen return turn code
You are going to be given an array of integers. Your job is to take that array and find an index N where the sum of the integers to the left of N is equal to the sum of the integers to the right of N. If there is no index that would make this happen, return -1
.
先占坑
标签:his you sid job int pen return turn code
原文地址:http://www.cnblogs.com/renbo/p/8007298.html