0_0_24381618_18184.cpp: In function 'int main()':
0_0_24381618_18184.cpp:53:9: error: expected unqualified-id before 'case'
int case=1;
^
0_0_24381618_18184.cpp:67:64: error: expected primary-expression before 'case'
printf("Case %d: The total value of the hook is %d.\n",case++,tree[1].sum);
^
|