记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:11:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&n,&k);
          ^
/in/foo.c:11:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&n,&k);
             ^
/in/foo.c:13:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
   scanf("%d",&a[i]);
           ^
/in/foo.c:32:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",count);
           ^
# 状态 耗时 内存占用
#1 Accepted 0ms 216.0 KiB
#2 Wrong Answer 0ms 228.0 KiB
#3 Accepted 0ms 228.0 KiB
#4 Accepted 1ms 868.0 KiB
#5 Wrong Answer 1ms 352.0 KiB
#6 Wrong Answer 6ms 956.0 KiB
#7 Wrong Answer 11ms 1.414 MiB
#8 Accepted 13ms 2.043 MiB
#9 Wrong Answer 38ms 4.859 MiB
#10 Wrong Answer 64ms 7.918 MiB

信息

递交者
类型
递交
题目
P1167 连续数之和
语言
C
递交时间
2021-01-28 10:00:15
评测时间
2021-01-28 10:00:15
评测机
分数
40
总耗时
141ms
峰值内存
7.918 MiB