0_0_17958015_9782.cpp: In function 'int main()':
0_0_17958015_9782.cpp:64:4: error: expected ';' before 'int'
int t=i;
^
0_0_17958015_9782.cpp:65:4: error: 't' was not declared in this scope
t=i-1;
^
0_0_17958015_9782.cpp:71:5: error: 'dp' was not declared in this scope
dp[i]=i;
^
0_0_17958015_9782.cpp:72:4: error: 'dp' was not declared in this scope
dp[0]=0;
^
0_0_17958015_9782.cpp:78:22: error: request for member 'size' in 'l', which is of non-class type 'std::vector<int> [50005]'
for(int i=t;t<=l.size();t++)
^
0_0_17958015_9782.cpp:87:17: error: 'dp' was not declared in this scope
printf("%d\n",dp[n]);
^
|