0_0_37876148_10379.cpp: In function 'void Adder(int, int)':
0_0_37876148_10379.cpp:14:12: error: 'length' was not declared in this scope
tong[++length]=(reads){x,y};
^
0_0_37876148_10379.cpp: In function 'int main()':
0_0_37876148_10379.cpp:46:12: error: 'read' was not declared in this scope
T=read();
^
0_0_37876148_10379.cpp:49:11: error: 'length' was not declared in this scope
n=read(),length=leng=cnt=0;
^
0_0_37876148_10379.cpp:62:3: error: 'maxn' was not declared in this scope
maxn=(i*(i+1))>>1;
^
0_0_37876148_10379.cpp:79:6: error: 'maxn' was not declared in this scope
maxn=((n-1)*n)>>1;
^
0_0_37876148_10379.cpp:89:18: error: expected ')' before ';' token
if (int i=x;i<=n-1;++i)
^
0_0_37876148_10379.cpp:89:19: error: 'i' was not declared in this scope
if (int i=x;i<=n-1;++i)
^
|