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