0_0_24675271_22096.cpp:2:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24675271_22096.cpp:3:1: note: in expansion of macro 'll'
ll a[100010],sum[100010];
^
0_0_24675271_22096.cpp:2:12: error: '_int64' does not name a type
#define ll _int64
^
0_0_24675271_22096.cpp:4:1: note: in expansion of macro 'll'
ll s[40];
^
0_0_24675271_22096.cpp: In function 'int main()':
0_0_24675271_22096.cpp:2:12: error: '_int64' was not declared in this scope
#define ll _int64
^
0_0_24675271_22096.cpp:8:4: note: in expansion of macro 'll'
ll ans,cnt1,cnt2,k;
^
0_0_24675271_22096.cpp:9:4: error: 's' was not declared in this scope
s[0]=0;
^
0_0_24675271_22096.cpp:19:7: error: 'a' was not declared in this scope
a[0]=sum[0]=0;
^
0_0_24675271_22096.cpp:19:12: error: 'sum' was not declared in this scope
a[0]=sum[0]=0;
^
0_0_24675271_22096.cpp:25:16: error: 'ans' was not declared in this scope
a[n+1]=0;ans=0;
^
0_0_24675271_22096.cpp:30:10: error: 'cnt1' was not declared in this scope
cnt1=cnt2=1;
^
0_0_24675271_22096.cpp:30:15: error: 'cnt2' was not declared in this scope
cnt1=cnt2=1;
^
0_0_24675271_22096.cpp:47:16: error: 'k' was not declared in this scope
k=r2-r1;
^
|