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_19841938_1179.cpp:5:1: error: '_int64' does not name a type
 _int64 R, S, E;
 ^
0_0_19841938_1179.cpp:6:1: error: '_int64' does not name a type
 _int64 mat[61];
 ^
0_0_19841938_1179.cpp: In function 'void init()':
0_0_19841938_1179.cpp:8:2: error: 'mat' was not declared in this scope
  mat[0] = 1;
  ^
0_0_19841938_1179.cpp: In function 'bool input()':
0_0_19841938_1179.cpp:14:34: error: 'R' was not declared in this scope
  scanf("%d%I64d%I64d%I64d", &N, &R, &S, &E);
                                  ^
0_0_19841938_1179.cpp:14:38: error: 'S' was not declared in this scope
  scanf("%d%I64d%I64d%I64d", &N, &R, &S, &E);
                                      ^
0_0_19841938_1179.cpp:14:42: error: 'E' was not declared in this scope
  scanf("%d%I64d%I64d%I64d", &N, &R, &S, &E);
                                          ^
0_0_19841938_1179.cpp: At global scope:
0_0_19841938_1179.cpp:22:1: error: '_int64' does not name a type
 _int64 sum(int n, _int64 r,_int64 lb, _int64 rb)
 ^
0_0_19841938_1179.cpp: In function 'void output()':
0_0_19841938_1179.cpp:55:27: error: 'R' was not declared in this scope
  printf("%I64d\n", sum(N, R+1, S+1, E+1));
                           ^
0_0_19841938_1179.cpp:55:32: error: 'S' was not declared in this scope
  printf("%I64d\n", sum(N, R+1, S+1, E+1));
                                ^
0_0_19841938_1179.cpp:55:37: error: 'E' was not declared in this scope
  printf("%I64d\n", sum(N, R+1, S+1, E+1));
                                     ^
0_0_19841938_1179.cpp:55:40: error: 'sum' was not declared in this scope
  printf("%I64d\n", sum(N, R+1, S+1, E+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-12-02 15:53:48, Gzip enabled