/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:6: error: 'product' has not been declared
 void product::init_Arryc()
      ^~~~~~~
/in/foo.cc: In function 'void init_Arryc()':
/in/foo.cc:5:6: error: 'c' was not declared in this scope
      c[n][n];
      ^
/in/foo.cc:5:8: error: 'n' was not declared in this scope
      c[n][n];
        ^
/in/foo.cc:9:19: error: 'num' was not declared in this scope
         c[i][i] = num[i];
                   ^~~

信息

递交者
类型
递交
题目
P1347 乘积最大
语言
C++
递交时间
2019-01-27 11:26:30
评测时间
2019-01-27 11:26:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes