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_19086170_15907.cpp: In function 'int main()':
0_0_19086170_15907.cpp:61:13: error: 'll' was not declared in this scope
             ll sum=0;
             ^
0_0_19086170_15907.cpp:74:27: error: 'sum' was not declared in this scope
                 if(num&1) sum+=cnt[mul];
                           ^
0_0_19086170_15907.cpp:75:22: error: 'sum' was not declared in this scope
                 else sum-=cnt[mul];
                      ^
0_0_19086170_15907.cpp:77:16: error: 'sum' was not declared in this scope
             if(sum)
                ^
0_0_19086170_15907.cpp:79:19: error: 'sum' was not declared in this scope
              ans+=sum*(n-sum-1);
                   ^
0_0_19086170_15907.cpp:82:26: error: 'll' was not declared in this scope
        printf("%I64d\n",(ll)n*(n-1)*(n-2)/6 - 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-23 10:45:01, Gzip enabled