0_0_18011742_10489.cpp:12:1: error: expected initializer before 'll'
ll num[N];
^
0_0_18011742_10489.cpp: In function 'int main()':
0_0_18011742_10489.cpp:16:2: error: 'll' was not declared in this scope
ll T,n,m,k,t,tmp,sum,l,r;
^
0_0_18011742_10489.cpp:18:16: error: 'T' was not declared in this scope
scanf("%lld",&T);
^
0_0_18011742_10489.cpp:21:3: error: 'tmp' was not declared in this scope
tmp = sum = l = r = 0;
^
0_0_18011742_10489.cpp:21:9: error: 'sum' was not declared in this scope
tmp = sum = l = r = 0;
^
0_0_18011742_10489.cpp:21:15: error: 'l' was not declared in this scope
tmp = sum = l = r = 0;
^
0_0_18011742_10489.cpp:21:19: error: 'r' was not declared in this scope
tmp = sum = l = r = 0;
^
0_0_18011742_10489.cpp:22:27: error: 'n' was not declared in this scope
scanf("%lld %lld %lld",&n,&m,&k);
^
0_0_18011742_10489.cpp:22:30: error: 'm' was not declared in this scope
scanf("%lld %lld %lld",&n,&m,&k);
^
0_0_18011742_10489.cpp:22:33: error: 'k' was not declared in this scope
scanf("%lld %lld %lld",&n,&m,&k);
^
0_0_18011742_10489.cpp:24:18: error: 't' was not declared in this scope
scanf("%lld",&t);
^
0_0_18011742_10489.cpp:25:15: error: 'num' was not declared in this scope
if(t >= m) num[i] = 1;
^
0_0_18011742_10489.cpp:26:9: error: 'num' was not declared in this scope
else num[i] = 0;
^
0_0_18011742_10489.cpp:28:10: error: 'num' was not declared in this scope
tmp |= num[0];
^
|