F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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);
                             ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-29 10:15:32, Gzip enabled