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_23929924_28047.cpp:80:1: error: '_int64' does not name a type
 _int64 a[N], b[N], ans1[N], ans2[N];
 ^
0_0_23929924_28047.cpp: In function 'void getnode(int, int, int)':
0_0_23929924_28047.cpp:128:3: error: 'a' was not declared in this scope
   a[ti[top[v]]] += k;
   ^
0_0_23929924_28047.cpp:134:2: error: 'a' was not declared in this scope
  a[ti[u]] += k;
  ^
0_0_23929924_28047.cpp: In function 'void getedge(int, int, int)':
0_0_23929924_28047.cpp:144:3: error: 'b' was not declared in this scope
   b[ti[top[v]]] += k;
   ^
0_0_23929924_28047.cpp:152:3: error: 'b' was not declared in this scope
   b[ti[u] + 1] += k;
   ^
0_0_23929924_28047.cpp: In function 'int main()':
0_0_23929924_28047.cpp:160:2: error: '_int64' was not declared in this scope
  _int64 s;
  ^
0_0_23929924_28047.cpp:166:10: error: 'a' was not declared in this scope
   memset(a, 0, sizeof(a));
          ^
0_0_23929924_28047.cpp:168:10: error: 'b' was not declared in this scope
   memset(b, 0, sizeof(b));
          ^
0_0_23929924_28047.cpp:195:3: error: 's' was not declared in this scope
   s = 0;
   ^
0_0_23929924_28047.cpp:199:4: error: 'ans1' was not declared in this scope
    ans1[mark1[i]] = s;
    ^
0_0_23929924_28047.cpp:204:21: error: 'ans1' was not declared in this scope
     printf("%I64d", ans1[i]);
                     ^
0_0_23929924_28047.cpp:206:22: error: 'ans1' was not declared in this scope
     printf(" %I64d", ans1[i]);
                      ^
0_0_23929924_28047.cpp:213:4: error: 'ans2' was not declared in this scope
    ans2[mark2[i]] = s;
    ^
0_0_23929924_28047.cpp:218:21: error: 'ans2' was not declared in this scope
     printf("%I64d", ans2[i]);
                     ^
0_0_23929924_28047.cpp:220:22: error: 'ans2' was not declared in this scope
     printf(" %I64d", ans2[i]);
                      ^


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-07-03 13:24:51, Gzip enabled