0_0_29445997_17852.cpp:8:1: error: stray '\243' in program
int T, l, r, kŁ¬dist[25], f[25][25][2005];
^
0_0_29445997_17852.cpp:8:1: error: stray '\254' in program
0_0_29445997_17852.cpp:8:17: error: expected initializer before 'dist'
int T, l, r, kŁ¬dist[25], f[25][25][2005];
^
0_0_29445997_17852.cpp: In function 'int dp(int, int, int, bool)':
0_0_29445997_17852.cpp:23:14: error: 'dist' was not declared in this scope
ed = dist[len];
^
0_0_29445997_17852.cpp:24:18: error: 'f' was not declared in this scope
if (!flag && f[len][pos][sum] != -1)
^
0_0_29445997_17852.cpp:29:9: error: 'f' was not declared in this scope
f[len][pos][sum] = ans;
^
0_0_29445997_17852.cpp: In function 'int getNum(int)':
0_0_29445997_17852.cpp:38:9: error: 'dist' was not declared in this scope
dist[len++] = (n % 10);
^
0_0_29445997_17852.cpp: In function 'int main()':
0_0_29445997_17852.cpp:49:12: error: 'f' was not declared in this scope
memset(f, -1, sizeof(f));
^
|