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_23937569_27265.cpp:1:11: error: #include expects "FILENAME" or <FILENAME>
 #include  
           ^
0_0_23937569_27265.cpp:2:11: error: #include expects "FILENAME" or <FILENAME>
 #include  
           ^
0_0_23937569_27265.cpp:4:12: error: '__int64' does not name a type
 #define LL __int64  
            ^
0_0_23937569_27265.cpp:7:1: note: in expansion of macro 'LL'
 LL dp[N],fi[N];  
 ^
0_0_23937569_27265.cpp:4:12: error: '__int64' does not name a type
 #define LL __int64  
            ^
0_0_23937569_27265.cpp:8:1: note: in expansion of macro 'LL'
 LL five(LL x){ return (3*x*x-x)/2; }  
 ^
0_0_23937569_27265.cpp: In function 'void wbxs()':
0_0_23937569_27265.cpp:11:5: error: 'dp' was not declared in this scope
     dp[0]=1;  
     ^
0_0_23937569_27265.cpp:14:9: error: 'fi' was not declared in this scope
         fi[i+t]=five(i);    //Q  
         ^
0_0_23937569_27265.cpp:14:23: error: 'five' was not declared in this scope
         fi[i+t]=five(i);    //Q  
                       ^
0_0_23937569_27265.cpp:4:12: error: '__int64' was not declared in this scope
 #define LL __int64  
            ^
0_0_23937569_27265.cpp:18:13: note: in expansion of macro 'LL'
             LL a=fi[j+t],b=fi[-j+t];  
             ^
0_0_23937569_27265.cpp:19:16: error: 'a' was not declared in this scope
             if(a>i && b>i) break;  
                ^
0_0_23937569_27265.cpp:19:23: error: 'b' was not declared in this scope
             if(a>i && b>i) break;  
                       ^
0_0_23937569_27265.cpp:20:16: error: 'a' was not declared in this scope
             if(a<=i) dp[i]=(dp[i]+dp[i-a]*flag+MOD)%MOD;    //p  
                ^
0_0_23937569_27265.cpp:21:16: error: 'b' was not declared in this scope
             if(b<=i) dp[i]=(dp[i]+dp[i-b]*flag+MOD)%MOD;  
                ^
0_0_23937569_27265.cpp: In function 'int main()':
0_0_23937569_27265.cpp:29:18: error: 'scanf' was not declared in this scope
     scanf("%d",&T);  
                  ^
0_0_23937569_27265.cpp:32:26: error: 'dp' was not declared in this scope
         printf("%I64d\n",dp[n]);  
                          ^
0_0_23937569_27265.cpp:32:31: error: 'printf' was not declared in this scope
         printf("%I64d\n",dp[n]);  
                               ^


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-12-02 04:29:23, Gzip enabled