0_0_26496294_25197.cpp: In function 'int main()':
0_0_26496294_25197.cpp:47:13: error: 'LL' was not declared in this scope
LL ans = 0;
^
0_0_26496294_25197.cpp:50:20: error: expected ';' before 'tmp'
LL tmp = 1LL*mp[i]*mp[s^i];
^
0_0_26496294_25197.cpp:52:32: error: 'tmp' was not declared in this scope
if(i == (s^i)) tmp<<=1;
^
0_0_26496294_25197.cpp:54:17: error: 'ans' was not declared in this scope
ans+=tmp;
^
0_0_26496294_25197.cpp:54:22: error: 'tmp' was not declared in this scope
ans+=tmp;
^
0_0_26496294_25197.cpp:56:29: error: 'ans' was not declared in this scope
printf("%lld\n",ans/2);
^
|