Accepted
/in/foo.cc: In function 'void Merge(Node*, Node*)': /in/foo.cc:77:23: warning: left operand of comma operator has no effect [-Wunused-value] for(p=head1,q=head2;p!=NULL,q!=NULL;) ^ /in/foo.cc: In function 'void Unique(Node*, Node*)': /in/foo.cc:134:11: warning: unused variable 'q' [-Wunused-variable] Node *p,*q; ^
信息
- 递交者
- 类型
- 自测
- 题目
- A9-7 数组中所有极大值
- 语言
- C++
- 递交时间
- 2023-11-25 21:30:28
- 评测时间
- 2023-11-25 21:30:28
- 评测机
- 分数
- 10
- 总耗时
- 2ms
- 峰值内存
- 484.0 KiB