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_16394219_27946.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_16394219_27946.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_16394219_27946.cpp: In function 'void init()':
0_0_16394219_27946.cpp:14:1: error: expected ';' before 't'
 t[i] = i * i * i;
 ^
0_0_16394219_27946.cpp:14:17: error: expected ')' before ';' token
 t[i] = i * i * i;
                 ^
0_0_16394219_27946.cpp: In function 'int main()':
0_0_16394219_27946.cpp:22:16: error: 'scanf' was not declared in this scope
 scanf ("%d", &T);
                ^
0_0_16394219_27946.cpp:27:1: error: expected ';' before 'scanf'
 scanf ("%d%d", &A, &B);
 ^
0_0_16394219_27946.cpp:27:23: error: expected ')' before ';' token
 scanf ("%d%d", &A, &B);
                       ^
0_0_16394219_27946.cpp:31:1: error: expected ';' before 'sum'
 sum += t[j];
 ^
0_0_16394219_27946.cpp:31:12: error: expected ')' before ';' token
 sum += t[j];
            ^
0_0_16394219_27946.cpp:33:30: error: 'i' was not declared in this scope
 printf ("Case #%d: %I64d\n", i, sum);
                              ^
0_0_16394219_27946.cpp:33:36: error: 'printf' was not declared in this scope
 printf ("Case #%d: %I64d\n", i, sum);
                                    ^
0_0_16394219_27946.cpp: At global scope:
0_0_16394219_27946.cpp:35:1: error: expected unqualified-id before 'return'
 return 0;
 ^
0_0_16394219_27946.cpp:36:1: error: expected declaration before '}' token
 }      
 ^


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-28 19:17:03, Gzip enabled