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_16574731_28539.cpp:17:1: error: '_int64' does not name a type
 _int64 e[maxn];
 ^
0_0_16574731_28539.cpp: In function 'void make(int, int, int)':
0_0_16574731_28539.cpp:22:19: error: 'e' was not declared in this scope
   scanf("%I64d", &e[i]);
                   ^
0_0_16574731_28539.cpp:25:2: error: 'e' was not declared in this scope
  e[i] = 0;
  ^
0_0_16574731_28539.cpp: In function 'void weapon(int&, int&, int, int, int)':
0_0_16574731_28539.cpp:33:6: error: 'e' was not declared in this scope
  if (e[i] == r - l + 1)
      ^
0_0_16574731_28539.cpp:37:3: error: 'e' was not declared in this scope
   e[i] = sqrt(double(e[i]));
   ^
0_0_16574731_28539.cpp:43:2: error: 'e' was not declared in this scope
  e[i] = e[i << 1] +e[i << 1 | 1];
  ^
0_0_16574731_28539.cpp: At global scope:
0_0_16574731_28539.cpp:46:1: error: '_int64' does not name a type
 _int64 query(int L, int R,int l,int r, int i)
 ^
0_0_16574731_28539.cpp: In function 'int main()':
0_0_16574731_28539.cpp:80:44: error: 'query' was not declared in this scope
        printf("%lld\n", query(X, Y, 1, N, 1));
                                            ^


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-10-01 12:10:14, Gzip enabled