记录详情

Accepted

/in/foo.cc: In function 'int Joseph(int, std::vector<int>&, int)':
/in/foo.cc:22:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   return (i == test.size()-1)? ((Joseph (m-1, test, 0) + test[i] ) % m) :((Joseph (m-1, test, i+1) + test[i] ) % m) ;
           ~~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 320.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Accepted 2ms 320.0 KiB
#4 Accepted 2ms 452.0 KiB
#5 Accepted 3ms 1.812 MiB

信息

递交者
类型
递交
题目
2-2 约瑟夫问题
比赛
南师大2018年蓝桥杯热身赛
语言
C++
递交时间
2018-12-12 15:07:22
评测时间
2018-12-12 15:07:29
评测机
分数
100
总耗时
11ms
峰值内存
1.812 MiB