记录详情

Runtime Error

/in/foo.cc: In function 'void move(int*, int, int)':
/in/foo.cc:16:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if (i = n - 1)
                ^
/in/foo.cc: In function 'void YSF(int*, int, int*, int)':
/in/foo.cc:32:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if (i = m - 1)
                ^
# 状态 耗时 内存占用
#1 Runtime Error foo: malloc.c:2406: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. 1ms 440.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2024-11-03 12:53:50
评测时间
2024-11-03 12:53:50
评测机
分数
0
总耗时
1ms
峰值内存
440.0 KiB