Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:11: warning: 't' may be used uninitialized [-Wmaybe-uninitialized]
   39 |     while(t)
      |           ^
/in/foo.cc:30:15: note: 't' was declared here
   30 |     int k=-oo,t;
      |               ^
/in/foo.cc:27:20: warning: 't' may be used uninitialized [-Wmaybe-uninitialized]
   27 |             d[i][j]=t; //第i个花放在j,上一个花放在t
      |             ~~~~~~~^~
/in/foo.cc:18:19: note: 't' was declared here
   18 |         int k=-oo,t; //第i个花可放位置[i,m-n+i]
      |                   ^
# 状态 耗时 内存占用
#1 Accepted 2ms 476.0 KiB
#2 Accepted 2ms 484.0 KiB
#3 Accepted 2ms 528.0 KiB
#4 Accepted 2ms 508.0 KiB
#5 Accepted 2ms 480.0 KiB
#6 Accepted 2ms 476.0 KiB
#7 Accepted 1ms 472.0 KiB
#8 Accepted 1ms 504.0 KiB
#9 Accepted 2ms 560.0 KiB
#10 Accepted 3ms 580.0 KiB

信息

递交者
类型
递交
题目
P2914 花店橱窗
语言
C++
递交时间
2025-05-26 17:03:07
评测时间
2025-05-26 17:03:07
评测机
分数
100
总耗时
23ms
峰值内存
580.0 KiB