/ Vijos /

记录详情

Compile Error

foo.cc:29:11: error: redefinition of 'const int maxn'
   29 | const int maxn = 2010;
      |           ^~~~
foo.cc:5:11: note: 'const int maxn' previously defined here
    5 | const int maxn = 2010;
      |           ^~~~
foo.cc:30:5: error: redefinition of 'int dp [2010][2010]'
   30 | int dp[maxn][maxn];
      |     ^~
foo.cc:6:5: note: 'int dp [2010][2010]' previously declared here
    6 | int dp[maxn][maxn];
      |     ^~
foo.cc:32:5: error: redefinition of 'int main()'
   32 | int main() {
      |     ^~~~
foo.cc:8:5: note: 'int main()' previously defined here
    8 | int main() {
      |     ^~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1680 距离
语言
C++
递交时间
2022-07-18 16:19:25
评测时间
2022-07-18 16:19:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes