0_0_33203907_17682.cpp:14:2: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:14:8: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:14:14: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:14:20: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:15:2: error: stray '#' in program
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:8: error: stray '#' in program
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:14: error: stray '#' in program
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:20: error: stray '#' in program
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:16:2: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:16:8: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:16:14: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:16:20: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:18:2: error: stray '#' in program
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:8: error: stray '#' in program
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:14: error: stray '#' in program
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:20: error: stray '#' in program
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:20:2: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:8: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:14: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:20: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:26: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:32: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:38: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:20:44: error: stray '#' in program
for(int day=0;day<=v;day++)
^
0_0_33203907_17682.cpp:21:2: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:8: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:14: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:20: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:26: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:32: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:38: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:21:44: error: stray '#' in program
{
^
0_0_33203907_17682.cpp:22:2: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:8: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:14: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:20: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:26: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:32: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:38: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:22:44: error: stray '#' in program
dp[k][v]=max(dp[k][v],dp[k-1][v-day]+A[k][day]);
^
0_0_33203907_17682.cpp:23:2: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:8: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:14: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:20: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:26: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:32: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:38: error: stray '#' in program
}
^
0_0_33203907_17682.cpp:23:44: error: stray '#' in program
}
^
0_0_33203907_17682.cpp: In function 'int main()':
0_0_33203907_17682.cpp:14:3: error: lvalue required as unary '&' operand
{
^
0_0_33203907_17682.cpp:14:9: error: lvalue required as unary '&' operand
{
^
0_0_33203907_17682.cpp:14:15: error: lvalue required as unary '&' operand
{
^
0_0_33203907_17682.cpp:14:21: error: lvalue required as unary '&' operand
{
^
0_0_33203907_17682.cpp:15:3: error: lvalue required as unary '&' operand
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:9: error: lvalue required as unary '&' operand
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:15: error: lvalue required as unary '&' operand
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:21: error: lvalue required as unary '&' operand
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:51: error: 'i' was not declared in this scope
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:15:54: error: 'j' was not declared in this scope
scanf("%d",&A[i][j]);
^
0_0_33203907_17682.cpp:16:3: error: lvalue required as unary '&' operand
}
^
0_0_33203907_17682.cpp:16:9: error: lvalue required as unary '&' operand
}
^
0_0_33203907_17682.cpp:16:15: error: lvalue required as unary '&' operand
}
^
0_0_33203907_17682.cpp:16:21: error: lvalue required as unary '&' operand
}
^
0_0_33203907_17682.cpp:18:3: error: lvalue required as unary '&' operand
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:9: error: lvalue required as unary '&' operand
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:15: error: lvalue required as unary '&' operand
for(int v=M;v>=0;v--){
^
0_0_33203907_17682.cpp:18:21: error: lvalue required as unary '&' operand
|