/ Vijos /

记录详情

Compile Error

/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;
                     ^~~~

信息

递交者
类型
递交
题目
P1207 Advanced Selection
语言
C++
递交时间
2025-01-21 21:42:48
评测时间
2025-01-21 21:42:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes