/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:33:10: warning: left operand of comma operator has no effect [-Wunused-value]
    dif[i,j] = -100000000;
          ^
/in/foo.cc:33:16: error: incompatible types in assignment of 'int' to 'int [h_est]'
    dif[i,j] = -100000000;
                ^~~~~~~~~

信息

递交者
类型
递交
题目
P1037 搭建双塔
语言
C++
递交时间
2020-09-13 17:55:01
评测时间
2020-09-13 17:55:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes