/ Vijos /

记录详情

Compile Error

/in/foo.cc:29:11: error: redefinition of 'const int maxn'
   29 | const int maxn = 2010;
      |           ^~~~
/in/foo.cc:5:11: note: 'const int maxn' previously defined here
    5 | const int maxn = 2010;
      |           ^~~~
/in/foo.cc:30:5: error: redefinition of 'int dp [2010][2010]'
   30 | int dp[maxn][maxn];
      |     ^~
/in/foo.cc:6:5: note: 'int dp [2010][2010]' previously declared here
    6 | int dp[maxn][maxn];
      |     ^~
/in/foo.cc:32:5: error: redefinition of 'int main()'
   32 | int main() {
      |     ^~~~
/in/foo.cc:8:5: note: 'int main()' previously defined here
    8 | int main() {
      |     ^~~~

信息

递交者
类型
递交
题目
P1680 距离
语言
C++
递交时间
2025-10-14 19:43:04
评测时间
2025-10-14 19:43:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes