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_14011863_26587.cpp:6:12: error: '_int64' does not name a type
 #define LL _int64
            ^
0_0_14011863_26587.cpp:8:1: note: in expansion of macro 'LL'
 LL zu[10000*10+10]={0,1};
 ^
0_0_14011863_26587.cpp: In function 'int main()':
0_0_14011863_26587.cpp:6:12: error: '_int64' was not declared in this scope
 #define LL _int64
            ^
0_0_14011863_26587.cpp:11:9: note: in expansion of macro 'LL'
     for(LL i=2;i<=10000*10+1;i++)
         ^
0_0_14011863_26587.cpp:11:16: error: 'i' was not declared in this scope
     for(LL i=2;i<=10000*10+1;i++)
                ^
0_0_14011863_26587.cpp:14:13: error: 'zu' was not declared in this scope
             zu[i]=zu[i-1]+i*i*i;
             ^
0_0_14011863_26587.cpp:16:13: error: 'zu' was not declared in this scope
             zu[i]=zu[i-1]+i;
             ^
0_0_14011863_26587.cpp:21:26: error: 'zu' was not declared in this scope
         printf("%I64d\n",zu[T]);
                          ^


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-16 16:53:36, Gzip enabled