/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:2: error: 'maxUpHeight' was not declared in this scope
  maxUpHeight[0][0]=0;
  ^~~~~~~~~~~
/in/foo.cc:41:2: error: 'maxDownLength' was not declared in this scope
  maxDownLength[n]=0;
  ^~~~~~~~~~~~~
/in/foo.cc:42:2: error: 'maxDownHeight' was not declared in this scope
  maxDownHeight[n][0]=0;
  ^~~~~~~~~~~~~
/in/foo.cc:16:6: warning: unused variable 'maxUpLengthHight' [-Wunused-variable]
  int maxUpLengthHight[110][110];
      ^~~~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1098 合唱队形
语言
C++
递交时间
2018-04-02 13:29:48
评测时间
2018-04-02 13:29:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes