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_18911413_39.cpp: In function 'void Mu_Table(int)':
0_0_18911413_39.cpp:16:15: error: expected ';' before '{' token
               {
               ^
0_0_18911413_39.cpp:16:15: error: expected primary-expression before '{' token
0_0_18911413_39.cpp:16:15: error: expected ')' before '{' token
0_0_18911413_39.cpp: In function 'void work()':
0_0_18911413_39.cpp:38:9: error: 'LL' was not declared in this scope
         LL res0=0,res1=0,res2=0,res3=0;
         ^
0_0_18911413_39.cpp:41:16: error: 'res0' was not declared in this scope
                res0+=mu[i]*cal(b,d,i);
                ^
0_0_18911413_39.cpp:42:26: error: 'res1' was not declared in this scope
                if(i<=t1) res1+=mu[i]*cal(b,c-1,i);
                          ^
0_0_18911413_39.cpp:43:26: error: 'res2' was not declared in this scope
                if(i<=t2) res2+=mu[i]*cal(a-1,d,i);
                          ^
0_0_18911413_39.cpp:44:26: error: 'res3' was not declared in this scope
                if(i<=t3) res3+=mu[i]*cal(a-1,c-1,i);
                          ^
0_0_18911413_39.cpp:46:13: error: 'res0' was not declared in this scope
         ans=res0-res1-res2+res3;
             ^
0_0_18911413_39.cpp:46:18: error: 'res1' was not declared in this scope
         ans=res0-res1-res2+res3;
                  ^
0_0_18911413_39.cpp:46:23: error: 'res2' was not declared in this scope
         ans=res0-res1-res2+res3;
                       ^
0_0_18911413_39.cpp:46:28: error: 'res3' was not declared in this scope
         ans=res0-res1-res2+res3;
                            ^


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-25 10:35:07, Gzip enabled