/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:8: warning: 'sy' may be used uninitialized [-Wmaybe-uninitialized]
   44 |     dfs(tmp, (sx << 3) | sy, 1);
      |     ~~~^~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:28:13: note: 'sy' was declared here
   28 |     int sx, sy;
      |             ^~
/in/foo.cc:44:18: warning: 'sx' may be used uninitialized [-Wmaybe-uninitialized]
   44 |     dfs(tmp, (sx << 3) | sy, 1);
      |              ~~~~^~~~~
/in/foo.cc:28:9: note: 'sx' was declared here
   28 |     int sx, sy;
      |         ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 1ms 348.0 KiB
#3 Accepted 1ms 532.0 KiB
#4 Accepted 1ms 540.0 KiB
#5 Accepted 3ms 528.0 KiB
#6 Accepted 1ms 340.0 KiB
#7 Accepted 2ms 500.0 KiB
#8 Accepted 1ms 324.0 KiB
#9 Accepted 1ms 496.0 KiB
#10 Accepted 1ms 532.0 KiB

信息

递交者
类型
递交
题目
P1681 土地开发的期待
语言
C++
递交时间
2026-08-04 16:52:44
评测时间
2026-08-04 16:52:44
评测机
分数
100
总耗时
21ms
峰值内存
540.0 KiB