记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:9: error: 'a' was not declared in this scope
    cin>>a[i];
         ^
/in/foo.cc:25:9: error: 'a' was not declared in this scope
  Output(a,n);Output(b,m);
         ^
/in/foo.cc:17:10: warning: unused variable 's' [-Wunused-variable]
  int i,n,s[10000];
          ^

信息

递交者
类型
自测
题目
A9-6 数组中增序子序列的个数
语言
C++
递交时间
2024-11-25 14:09:17
评测时间
2024-11-25 14:09:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes