记录详情

Compile Error

foo.cc: In function 'void MergeSubs(int*, int)':
foo.cc:37:5: error: expected unqualified-id before 'int'
   37 |     int o=0;
      |     ^~~
foo.cc:44:13: error: 'o' was not declared in this scope
   44 |             o=a[i];
      |             ^
foo.cc:54:18: error: 'o' was not declared in this scope
   54 |         if(a[i]==o)
      |                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P3009 A10-2 有序子序列的合并
语言
C++
递交时间
2023-11-28 15:11:53
评测时间
2023-11-28 15:11:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes