记录详情

Accepted

foo.cc: In function 'void solve(std::vector<int>&, int)':
foo.cc:9:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
    9 |                 for(int i=0;i<v.size();i++)
      |                             ~^~~~~~~~~
foo.cc:15:22: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
   15 |                 if((k+j)%2==1)
      |                    ~~^~~
foo.cc:15:22: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB

信息

递交者
类型
自测
题目
2 取最大数的博弈游戏
语言
C++
递交时间
2022-08-21 22:48:53
评测时间
2022-08-21 22:48:53
评测机
分数
10
总耗时
2ms
峰值内存
256.0 KiB