记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:24:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf("%d",cnt*2%k);
           ^
/in/foo.c:24:17: warning: 'cnt' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",cnt*2%k);
              ~~~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Wrong Answer 1ms 212.0 KiB
#3 Wrong Answer 1ms 208.0 KiB
#4 Runtime Error 2ms 320.0 KiB
#5 Runtime Error 1ms 324.0 KiB
#6 Runtime Error 1ms 316.0 KiB
#7 Runtime Error 1ms 360.0 KiB
#8 Runtime Error 2ms 364.0 KiB
#9 Runtime Error 2ms 272.0 KiB
#10 Runtime Error 2ms 328.0 KiB
#11 Runtime Error 2ms 360.0 KiB
#12 Runtime Error 3ms 272.0 KiB
#13 Runtime Error 3ms 308.0 KiB
#14 Runtime Error 3ms 328.0 KiB

信息

递交者
类型
递交
题目
P1303 G. Mathforces
比赛
南京师范大学2021年11月程序设计竞赛
语言
C
递交时间
2021-11-21 17:18:54
评测时间
2021-11-21 17:18:54
评测机
分数
15
总耗时
31ms
峰值内存
364.0 KiB