0_0_20150118_18252.cpp:1:1: error: 'ller' does not name a type
ller[SQRT_M][M];
^
0_0_20150118_18252.cpp:7:7: error: 'SQRT_M' was not declared in this scope
int l[SQRT_M],r[SQRT_M],belong[M];
^
0_0_20150118_18252.cpp:7:17: error: 'SQRT_M' was not declared in this scope
int l[SQRT_M],r[SQRT_M],belong[M];
^
0_0_20150118_18252.cpp:7:32: error: 'M' was not declared in this scope
int l[SQRT_M],r[SQRT_M],belong[M];
^
0_0_20150118_18252.cpp:8:36: error: '::b' has not been declared
int Merge_Sort(int l,int r,int b[]=::b)
^
0_0_20150118_18252.cpp: In function 'int Merge_Sort(int, int, int*)':
0_0_20150118_18252.cpp:10:18: error: 'M' was not declared in this scope
static int c[M];
^
0_0_20150118_18252.cpp:20:13: error: 'c' was not declared in this scope
c[i]=b[l1++],re+=l2-mid-1;
^
0_0_20150118_18252.cpp:20:38: error: expected '}' at end of input
c[i]=b[l1++],re+=l2-mid-1;
^
0_0_20150118_18252.cpp:20:38: error: expected '}' at end of input
|