/in/foo.cc:1:2: error: invalid preprocessing directive #incl95ude
#incl95ude <bits/stdC++.h>
^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'cin' was not declared in this scope
cin>>n>>k;
^~~
/in/foo.cc:15:85: error: 'max' was not declared in this scope
f[i][j][1]+=max(sum[j]-sum[j-1]+f[i-1][j+1][n],sum[i+j-1]-sum[i+j-2]+f[i-1][j][n]);
^
/in/foo.cc:19:3: error: 'cout' was not declared in this scope
cout<<f[n][1][i]<<endl;
^~~~
/in/foo.cc:19:21: error: 'endl' was not declared in this scope
cout<<f[n][1][i]<<endl;
^~~~