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_17148842_10382.cpp:5:7: error: 'LL' does not name a type
 const LL INF = 777777777444444444LL;
       ^
0_0_17148842_10382.cpp:6:1: error: 'LL' does not name a type
 LL a[N];
 ^
0_0_17148842_10382.cpp:9:11: error: variable or field 'dfs' declared void
 void dfs (LL now, int x, int y)
           ^
0_0_17148842_10382.cpp:9:11: error: 'LL' was not declared in this scope
0_0_17148842_10382.cpp:9:19: error: expected primary-expression before 'int'
 void dfs (LL now, int x, int y)
                   ^
0_0_17148842_10382.cpp:9:26: error: expected primary-expression before 'int'
 void dfs (LL now, int x, int y)
                          ^
0_0_17148842_10382.cpp: In function 'int main()':
0_0_17148842_10382.cpp:21:17: error: 'dfs' was not declared in this scope
     dfs (0, 0, 0);
                 ^
0_0_17148842_10382.cpp:22:11: error: 'a' was not declared in this scope
     sort (a + 1, a + 1 + an);
           ^
0_0_17148842_10382.cpp:25:5: error: 'LL' was not declared in this scope
     LL x;
     ^
0_0_17148842_10382.cpp:28:26: error: 'x' was not declared in this scope
         scanf ("%I64d", &x);
                          ^
0_0_17148842_10382.cpp:29:17: error: 'INF' was not declared in this scope
         if (x > INF)
                 ^


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-25 12:30:44, Gzip enabled