Compile Error

/in/foo.cc: In function 'int max(int)':
/in/foo.cc:22:19: error: 'a' was not declared in this scope
         a1[n-2] = a[n-2] * a[n-1] + 1;
                   ^
/in/foo.cc:25:12: error: 'a' was not declared in this scope
     return a[0] * a[1] + 1;
            ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:13: error: expected '}' at end of input
     return 0;
             ^

信息

递交者
类型
递交
题目
「一本通 1.1 练习 1」数列极差
语言
C++
递交时间
2020-12-10 16:10:44
评测时间
2020-12-10 16:10:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes