/ Vijos /

记录详情

Accepted

foo.cc: In function 'int solve_aux_3()':
foo.cc:149:8: warning: 'ans' may be used uninitialized [-Wmaybe-uninitialized]
  149 | return ans;
      |        ^~~
foo.cc:91:5: note: 'ans' was declared here
   91 | int ans;
      |     ^~~
foo.cc: In function 'int solve_aux_2()':
foo.cc:212:8: warning: 'ans' may be used uninitialized [-Wmaybe-uninitialized]
  212 | return ans;
      |        ^~~
foo.cc:154:5: note: 'ans' was declared here
  154 | int ans;
      |     ^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 1.027 MiB
#2 Accepted 2ms 284.0 KiB
#3 Accepted 2ms 1.027 MiB
#4 Accepted 3ms 1.027 MiB
#5 Accepted 3ms 1.027 MiB
#6 Accepted 5ms 1.027 MiB
#7 Accepted 4ms 1.027 MiB
#8 Accepted 8ms 968.0 KiB
#9 Accepted 17ms 1.043 MiB
#10 Accepted 5ms 1.027 MiB

信息

递交者
类型
递交
题目
P1523 贪吃的九头龙
语言
C++
递交时间
2023-05-27 00:11:59
评测时间
2023-05-27 00:11:59
评测机
分数
100
总耗时
56ms
峰值内存
1.043 MiB