Accepted

foo.cc: In function ‘int main()’:
foo.cc:56:14: warning: ‘flag’ may be used uninitialized [-Wmaybe-uninitialized]
   56 |         print(flag);
      |         ~~~~~^~~~~~
foo.cc:26:13: note: ‘flag’ was declared here
   26 |         int flag,minx=INT_MAX,miny=INT_MAX,maxx=INT_MIN,maxy=INT_MIN;
      |             ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 520.0 KiB
#2 Accepted 3ms 320.0 KiB
#3 Accepted 2ms 536.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 2ms 536.0 KiB
#6 Accepted 2ms 324.0 KiB
#7 Accepted 2ms 320.0 KiB
#8 Accepted 2ms 536.0 KiB
#9 Accepted 2ms 536.0 KiB
#10 Accepted 2ms 536.0 KiB

信息

递交者
类型
递交
题目
P2037 sihuo
语言
C++
递交时间
2024-05-06 16:19:39
评测时间
2024-05-06 16:19:39
评测机
分数
100
总耗时
28ms
峰值内存
536.0 KiB