记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:17: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%ld",&k);
               ~~^
/in/foo.cc:19:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(now>=del.size()){now=0;}
      ~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 196.0 KiB
#2 Runtime Error 1ms 192.0 KiB
#3 Runtime Error 1ms 196.0 KiB
#4 Runtime Error 1ms 192.0 KiB
#5 Runtime Error 1ms 196.0 KiB

信息

递交者
类型
递交
题目
2-2 约瑟夫问题
比赛
南师大2018年蓝桥杯热身赛
语言
C++
递交时间
2018-12-12 14:13:27
评测时间
2018-12-12 14:13:36
评测机
分数
0
总耗时
7ms
峰值内存
196.0 KiB