0_0_17312759_18721.cpp:16:7: error: 'LL' does not name a type
const LL INF = 777777777444444444LL;
^
0_0_17312759_18721.cpp:17:1: error: 'LL' does not name a type
LL a[N];
^
0_0_17312759_18721.cpp:20:11: error: variable or field 'dfs' declared void
void dfs (LL now, int x, int y) {
^
0_0_17312759_18721.cpp:20:11: error: 'LL' was not declared in this scope
0_0_17312759_18721.cpp:20:19: error: expected primary-expression before 'int'
void dfs (LL now, int x, int y) {
^
0_0_17312759_18721.cpp:20:26: error: expected primary-expression before 'int'
void dfs (LL now, int x, int y) {
^
0_0_17312759_18721.cpp: In function 'int main()':
0_0_17312759_18721.cpp:28:17: error: 'dfs' was not declared in this scope
dfs (0, 0, 0);
^
0_0_17312759_18721.cpp:29:11: error: 'a' was not declared in this scope
sort (a + 1, a + 1 + an);
^
0_0_17312759_18721.cpp:34:5: error: 'LL' was not declared in this scope
LL x;
^
0_0_17312759_18721.cpp:36:26: error: 'x' was not declared in this scope
scanf ("%I64d", &x);
^
|