记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:41:12: warning: 'first' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cnt=(first-1)+(n-last);
      ~~~~~~^~~
/in/foo.cc:41:18: warning: 'last' may be used uninitialized in this function [-Wmaybe-uninitialized]
  cnt=(first-1)+(n-last);
                ~~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 704.0 KiB
#2 Accepted 1ms 316.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Accepted 1ms 192.0 KiB
#5 Accepted 2ms 320.0 KiB
#6 Accepted 1ms 200.0 KiB
#7 Accepted 3ms 316.0 KiB
#8 Accepted 6ms 316.0 KiB
#9 Accepted 12ms 468.0 KiB
#10 Accepted 18ms 572.0 KiB

信息

递交者
类型
递交
题目
2 取最大数的博弈游戏
比赛
小兰赛 2018/12/2
语言
C++
递交时间
2018-12-02 11:48:42
评测时间
2018-12-02 11:48:42
评测机
分数
100
总耗时
52ms
峰值内存
704.0 KiB