0_0_19919077_20011.cpp: In function 'int main()':
0_0_19919077_20011.cpp:5:12: error: expected ';' before 'long'
#define LL long long
^
0_0_19919077_20011.cpp:28:2: note: in expansion of macro 'LL'
LL i,j,k,b,c,d,ans=0,min;
^
0_0_19919077_20011.cpp:29:6: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
0_0_19919077_20011.cpp:31:6: error: 'i' was not declared in this scope
for(i=n;i>=1;i--)
^
0_0_19919077_20011.cpp:33:3: error: 'ans' was not declared in this scope
ans+=qu(a[i]);
^
0_0_19919077_20011.cpp:36:9: error: 'ans' was not declared in this scope
min=ans;
^
0_0_19919077_20011.cpp:37:9: error: 'i' was not declared in this scope
for(i=1;i<n;i++)
^
0_0_19919077_20011.cpp:43:21: error: overloaded function with no contextual type information
printf("%lld\n",min);
^
|