记录详情

Accepted

/in/foo.cc: In function 'int findasccount(node*)':
/in/foo.cc:34:8: warning: statement has no effect [-Wunused-value]
  for(sp;sp->next!=NULL;presp=sp,sp=sp->next)
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:8: warning: statement has no effect [-Wunused-value]
  for(p1;p1<a1+n1;p1++)
        ^
/in/foo.cc:52:8: warning: statement has no effect [-Wunused-value]
  for(p2;p2<a2+n2;p2++)
        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 328.0 KiB
#2 Accepted 2ms 340.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 336.0 KiB
#5 Accepted 1ms 328.0 KiB

信息

递交者
类型
递交
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C++
递交时间
2023-11-25 12:57:43
评测时间
2023-11-25 12:57:43
评测机
分数
100
总耗时
9ms
峰值内存
376.0 KiB