记录详情

Accepted

/in/foo.cc: In function 'int FindMaxNeg(Node*)':
/in/foo.cc:278:19: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (p->data < 0 && (p->data > x))
       ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 416.0 KiB
#3 Accepted 1ms 328.0 KiB
#4 Accepted 1ms 336.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
P3006 A9-6 数组中增序子序列的个数
语言
C++
递交时间
2023-11-25 18:37:19
评测时间
2023-11-25 18:37:19
评测机
分数
100
总耗时
9ms
峰值内存
416.0 KiB