/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'void w()':
/in/foo.cc:5:8: error: 'void w()' redeclared as different kind of symbol
 void w()
        ^
/in/foo.cc:4:5: note: previous declaration 'int w [21][21][21]'
 int w[N][N][N];
     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:4: error: 'w' cannot be used as a function
  w();
    ^

信息

递交者
类型
递交
题目
P1080 Function(Function(F...
语言
C++
递交时间
2020-12-02 15:52:15
评测时间
2020-12-02 15:52:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes