记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:4: error: 'h' was not declared in this scope
    h[n] = h[i] * h[n - i + 1];
    ^
/in/foo.cc:12:10: error: 'h' was not declared in this scope
  cout << h[n];
          ^

信息

递交者
类型
递交
题目
分蛋糕
语言
C++
递交时间
2019-03-04 16:46:42
评测时间
2019-03-04 16:46:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes