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_29020058_25270.cpp:4:1: error: 'll' does not name a type
 ll sum[100005];
 ^
0_0_29020058_25270.cpp: In function 'void fun()':
0_0_29020058_25270.cpp:7:2: error: 'll' was not declared in this scope
  ll sum[0]=0;
  ^
0_0_29020058_25270.cpp:8:6: error: 'i' was not declared in this scope
  for(i=1;i<100005;i++)
      ^
0_0_29020058_25270.cpp:11:4: error: 'sum' was not declared in this scope
    sum[i]=sum[i-1]+i*i*i;
    ^
0_0_29020058_25270.cpp:13:4: error: 'sum' was not declared in this scope
    sum[i]=sum[i-1]+i;
    ^
0_0_29020058_25270.cpp: In function 'int main()':
0_0_29020058_25270.cpp:24:20: error: 'sum' was not declared in this scope
   printf("%I64d\n",sum[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-09-20 13:43:24, Gzip enabled