记录详情

Accepted

foo.cc: In function 'void test()':
foo.cc:43:27: warning: 'l' may be used uninitialized in this function [-Wmaybe-uninitialized]
   43 |     if(k&1||(!k)||(r==m-1)||(!l)){
      |        ~~~~~~~~~~~~~~~~~~~^~~~~~
foo.cc:42:15: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
   42 |     int k=m-(l-r+1);
      |              ~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 3ms 332.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 4ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB
#6 Accepted 4ms 412.0 KiB
#7 Accepted 8ms 584.0 KiB
#8 Accepted 13ms 780.0 KiB
#9 Accepted 28ms 964.0 KiB
#10 Accepted 44ms 1.477 MiB

信息

递交者
类型
递交
题目
2 取最大数的博弈游戏
比赛
2023暑假集训7月4日训练题
语言
C++
递交时间
2023-07-04 09:17:45
评测时间
2023-07-04 09:17:45
评测机
分数
100
总耗时
120ms
峰值内存
1.477 MiB