记录详情

Compile Error

foo.cc: In function 'int un(int*, int, int*)':
foo.cc:15:13: warning: unused variable 'i' [-Wunused-variable]
   15 |         int i=0,k=0;
      |             ^
foo.cc:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
   20 | }
      | ^
foo.cc: In function 'int main()':
foo.cc:33:9: error: 'l' was not declared in this scope
   33 |         l=un(a,n,h);
      |         ^
正在同步测试数据,请稍后

信息

递交者
类型
递交
题目
P1040 A10-3 数组的去重
语言
C++
递交时间
2024-03-22 12:55:42
评测时间
2024-03-22 12:55:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes