0_0_32338615_1500.cpp:3:13: error: 'l' was not declared in this scope
int temp = l - (1<<k); // L - 2^k
^
0_0_32338615_1500.cpp:3:21: error: 'k' was not declared in this scope
int temp = l - (1<<k); // L - 2^k
^
0_0_32338615_1500.cpp:5:18: error: 'x' was not declared in this scope
int i1 = x - temp;
^
0_0_32338615_1500.cpp:6:18: error: 'y' was not declared in this scope
int j1 = y + temp;
^
0_0_32338615_1500.cpp:7:18: error: 'x' was not declared in this scope
int i2 = x - temp;
^
0_0_32338615_1500.cpp:8:18: error: 'y' was not declared in this scope
int j2 = y + 3 * temp;
^
0_0_32338615_1500.cpp:9:18: error: 'x' was not declared in this scope
int i3 = x;
^
0_0_32338615_1500.cpp:10:18: error: 'y' was not declared in this scope
int j3 = y;
^
0_0_32338615_1500.cpp:11:18: error: 'x' was not declared in this scope
int i4 = x;
^
0_0_32338615_1500.cpp:12:18: error: 'y' was not declared in this scope
int j4 = y + 4 * temp;
^
0_0_32338615_1500.cpp:13:18: error: 'x' was not declared in this scope
int i5 = x + temp;
^
0_0_32338615_1500.cpp:14:18: error: 'y' was not declared in this scope
int j5 = y + temp;
^
0_0_32338615_1500.cpp:15:18: error: 'x' was not declared in this scope
int i6 = x + temp;
^
0_0_32338615_1500.cpp:16:18: error: 'y' was not declared in this scope
int j6 = y + 3 * temp;
^
0_0_32338615_1500.cpp:19:9: error: 'n' does not name a type
n = (long long)dp[i1][j1][k] | dp[i2][j2][k]
^
|