记录详情

Wrong Answer

/in/foo.cc: In function 'int dfs(int, int)':
/in/foo.cc:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:26: warning: 'start_y' may be used uninitialized in this function [-Wmaybe-uninitialized]
     dfs(start_x, start_y);
                          ^
/in/foo.cc:38:26: warning: 'start_x' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 340.0 KiB
#2 Wrong Answer 1ms 360.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 1ms 376.0 KiB
#5 Wrong Answer 1ms 336.0 KiB
#6 Accepted 1ms 352.0 KiB
#7 Wrong Answer 1ms 376.0 KiB
#8 Wrong Answer 1ms 432.0 KiB
#9 Wrong Answer 1ms 360.0 KiB
#10 Accepted 2ms 376.0 KiB

信息

递交者
类型
递交
题目
P1044 [蓝桥杯国赛 2021 中级组] 采摘园
语言
C++
递交时间
2023-06-17 20:55:30
评测时间
2023-06-17 20:55:30
评测机
分数
40
总耗时
18ms
峰值内存
432.0 KiB