0_0_36719183_4692.cpp:17:1: error: 'll' does not name a type
ll a[2010][2010];
^
0_0_36719183_4692.cpp:18:1: error: 'll' does not name a type
ll b[2010][2010];
^
0_0_36719183_4692.cpp:19:1: error: 'll' does not name a type
ll h[2222];
^
0_0_36719183_4692.cpp:20:1: error: 'll' does not name a type
ll que[22222];
^
0_0_36719183_4692.cpp: In function 'int main()':
0_0_36719183_4692.cpp:25:1: error: 'll' was not declared in this scope
ll t;
^
0_0_36719183_4692.cpp:26:6: error: 't' was not declared in this scope
read(t);
^
0_0_36719183_4692.cpp:26:7: error: 'read' was not declared in this scope
read(t);
^
0_0_36719183_4692.cpp:29:4: error: expected ';' before 'n'
ll n,m;
^
0_0_36719183_4692.cpp:30:6: error: 'n' was not declared in this scope
read(n);
^
0_0_36719183_4692.cpp:31:6: error: 'm' was not declared in this scope
read(m);
^
0_0_36719183_4692.cpp:37:6: error: 'a' was not declared in this scope
read(a[i][j]);
^
0_0_36719183_4692.cpp:46:4: error: 'a' was not declared in this scope
if(a[i][j]>=a[i-1][j])
^
0_0_36719183_4692.cpp:48:1: error: 'b' was not declared in this scope
b[i][j]=1;
^
0_0_36719183_4692.cpp:53:1: error: 'b' was not declared in this scope
b[i][j]=0;
^
0_0_36719183_4692.cpp:61:1: error: 'h' was not declared in this scope
h[i]=0;
^
0_0_36719183_4692.cpp:68:4: error: 'b' was not declared in this scope
if(b[i][j]==0)
^
0_0_36719183_4692.cpp:70:1: error: 'h' was not declared in this scope
h[j]=1;
^
0_0_36719183_4692.cpp:74:1: error: 'h' was not declared in this scope
h[j]++;
^
0_0_36719183_4692.cpp:79:1: error: 'h' was not declared in this scope
h[m+1]=0;
^
0_0_36719183_4692.cpp:82:14: error: 'que' was not declared in this scope
while(tot&&h[que[tot]]>h[j])
^
0_0_36719183_4692.cpp:87:1: error: 'que' was not declared in this scope
que[++tot]=j;
^
|