记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:27: error: expected primary-expression before '/' token
   if(a[(t/2)-1] != a[t/2])/2)
                           ^
/in/foo.cc:23:17: error: expected ';' before ')' token
    cout <<a[t/2])/2;
                 ^

信息

递交者
类型
递交
题目
xxyw1-1数组的中位数
语言
C++
递交时间
2019-03-17 19:20:41
评测时间
2019-03-17 19:20:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes