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_37584468_25547.cpp:8:1: error: 'LL' does not name a type
 LL dp[11][11];
 ^
0_0_37584468_25547.cpp:9:1: error: 'LL' does not name a type
 LL pre[11][11];
 ^
0_0_37584468_25547.cpp:11:1: error: 'LL' does not name a type
 LL POW3(LL a,int b)
 ^
0_0_37584468_25547.cpp:23:1: error: 'LL' does not name a type
 LL C(int m,int n)
 ^
0_0_37584468_25547.cpp:31:1: error: 'LL' does not name a type
 LL solve(int n,int m)
 ^
0_0_37584468_25547.cpp: In function 'int main()':
0_0_37584468_25547.cpp:52:12: error: 'pre' was not declared in this scope
     memset(pre,-1,sizeof(pre));
            ^
0_0_37584468_25547.cpp:54:34: error: 'solve' was not declared in this scope
         printf("%lld\n",solve(n,m));
                                  ^


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-22 15:05:57, Gzip enabled