摘要:
# include<stdio.h> typedef struct { int a[55000]; }list; int x=0; int maxsum(list *p, int l, int r) { int i, s1=0, s2=0, maxl, maxr, mid, sum=0; x++; 阅读全文
posted @ 2017-09-20 18:59
WAITINGMEZZY
阅读(933)
评论(0)
推荐(0)