0_0_25243419_28381.cpp: In function 'int result(int)':
0_0_25243419_28381.cpp:4:9: error: 'dp' was not declared in this scope
if (dp[a]!=-1)
^
0_0_25243419_28381.cpp:11:33: error: 'memset' was not declared in this scope
memset(zhi,false,sizeof(zhi));
^
0_0_25243419_28381.cpp:38:17: error: 'dp' was not declared in this scope
dp[a]=0;
^
0_0_25243419_28381.cpp:46:26: error: 'beishu' was not declared in this scope
zhi[result(a+beishu[j]-beishu[i])]=true;
^
0_0_25243419_28381.cpp:54:5: error: 'dp' was not declared in this scope
dp[a]=i;
^
|