0_0_25887066_17128.cpp: In function 'int main()':
0_0_25887066_17128.cpp:20:4: error: 'll' was not declared in this scope
ll c1=0,c2=0;
^
0_0_25887066_17128.cpp:26:6: error: 'c2' was not declared in this scope
c2+=(a[i]-mid)/2;
^
0_0_25887066_17128.cpp:28:18: error: 'm' was not declared in this scope
else if(a[i]<m)
^
0_0_25887066_17128.cpp:30:6: error: 'c1' was not declared in this scope
c1+=mid-a[i];
^
0_0_25887066_17128.cpp:33:7: error: 'c1' was not declared in this scope
if(c1<=c2)
^
0_0_25887066_17128.cpp:33:11: error: 'c2' was not declared in this scope
if(c1<=c2)
^
|