记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:208:8: warning: unused variable 'head1' [-Wunused-variable]
  Node* head1 = Create(a1, n1);
        ^~~~~
/in/foo.cc:209:8: warning: unused variable 'head2' [-Wunused-variable]
  Node* head2 = Create(a2, n2);
        ^~~~~
/in/foo.cc:210:8: warning: unused variable 'head3' [-Wunused-variable]
  Node* head3 = Create(a3, n3);
        ^~~~~
/in/foo.cc:211:8: warning: unused variable 'head12' [-Wunused-variable]
  Node* head12 = NULL;
        ^~~~~~
/in/foo.cc:212:8: warning: unused variable 'head13' [-Wunused-variable]
  Node* head13 = NULL;
        ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Accepted 1ms 372.0 KiB
#3 Accepted 1ms 336.0 KiB
#4 Accepted 1ms 336.0 KiB
#5 Accepted 2ms 424.0 KiB

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C++
递交时间
2023-11-25 17:59:17
评测时间
2023-11-25 17:59:17
评测机
分数
100
总耗时
9ms
峰值内存
424.0 KiB