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));
^
|