0_0_14098785_6763.cpp:18:3: error: stray '\243' in program
int max_h£½0;
^
0_0_14098785_6763.cpp:18:3: error: stray '\275' in program
0_0_14098785_6763.cpp: In function 'int main()':
0_0_14098785_6763.cpp:18:15: error: expected initializer before numeric constant
int max_h£½0;
^
0_0_14098785_6763.cpp:44:11: error: 'max_h' was not declared in this scope
max_h=max_h>dp[j]?max_h:dp[j];
^
0_0_14098785_6763.cpp:46:21: error: 'max_h' was not declared in this scope
dp[i]=cd[i].h+max_h;
^
0_0_14098785_6763.cpp:50:55: error: 'max_h' was not declared in this scope
cout<<"Case "<<t_num++<<": maximum height = "<<max_h<<endl;
^
0_0_14098785_6763.cpp:52:11: error: expected '}' at end of input
return 0;
^
|