记录详情

Accepted

/in/foo.cc: In function 'int Count(Node*)':
/in/foo.cc:280:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:352:27: warning: unused variable 'c' [-Wunused-variable]
     int a[10000],b[10000],c[10000];
                           ^
/in/foo.cc: In function 'void remove(Node*, int, Node**)':
/in/foo.cc:163:15: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized]
     tmp2->next=tmp->next;
     ~~~~~~~~~~^~~~~~~~~~
/in/foo.cc: In function 'void Unique(Node*, Node**)':
/in/foo.cc:163:15: warning: 'tmp2' may be used uninitialized in this function [-Wmaybe-uninitialized]
     tmp2->next=tmp->next;
     ~~~~~~~~~~^~~~~~~~~~
/in/foo.cc:146:10: note: 'tmp2' was declared here
     Node*tmp2;
          ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 400.0 KiB

信息

递交者
类型
自测
题目
A9-5 数组中最小值的个数
语言
C++
递交时间
2023-11-25 20:00:06
评测时间
2023-11-25 20:01:00
评测机
分数
10
总耗时
1ms
峰值内存
400.0 KiB