/ Vijos /

记录详情

Accepted

foo.cc: In function 'bool Query(int)':
foo.cc:60:5: warning: 'nR' may be used uninitialized in this function [-Wmaybe-uninitialized]
   60 |     if(F(nL)>nR)return false;
      |     ^~
foo.cc:20:22: warning: 'nL' may be used uninitialized in this function [-Wmaybe-uninitialized]
   20 |     if(x!=Fa[x])Fa[x]=F(Fa[x]);
      |                 ~~~~~^~~~~~~~~
foo.cc:32:15: note: 'nL' was declared here
   32 |     int UL,UR,nL,nR;
      |               ^~
foo.cc:32:12: warning: 'UR' may be used uninitialized in this function [-Wmaybe-uninitialized]
   32 |     int UL,UR,nL,nR;
      |            ^~
foo.cc:32:9: warning: 'UL' may be used uninitialized in this function [-Wmaybe-uninitialized]
   32 |     int UL,UR,nL,nR;
      |         ^~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 408.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 6ms 324.0 KiB
#4 Accepted 11ms 408.0 KiB
#5 Accepted 13ms 536.0 KiB
#6 Accepted 17ms 604.0 KiB
#7 Accepted 78ms 1.152 MiB
#8 Accepted 14ms 796.0 KiB
#9 Accepted 77ms 1.77 MiB
#10 Accepted 43ms 2.039 MiB

信息

递交者
类型
递交
题目
P1671 序列判定
语言
C++
递交时间
2023-06-10 02:19:45
评测时间
2023-06-10 02:19:45
评测机
分数
100
总耗时
272ms
峰值内存
2.039 MiB