记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:6:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
    6 |         printf("%d %d",&ci,&ei);
      |                 ~^     ~~~
      |                  |     |
      |                  int   int *
      |                 %ls
foo.c:6:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
    6 |         printf("%d %d",&ci,&ei);
      |                    ~^      ~~~
      |                     |      |
      |                     int    int *
      |                    %ls
foo.c:5:9: warning: unused variable 'n' [-Wunused-variable]
    5 |     int n,ci,ei;
      |         ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read -151265400, expect 6. 3ms 384.0 KiB
#2 Wrong Answer Read 758271192, expect 1. 3ms 256.0 KiB
#3 Wrong Answer Read 450010216, expect 120. 2ms 256.0 KiB
#4 Wrong Answer Read -1257393656, expect 1035. 1ms 256.0 KiB
#5 Wrong Answer Read -819792120, expect 39800. 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1084 xf1-7多项式求导
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 15:53:54
评测时间
2022-08-27 16:02:12
评测机
分数
0
总耗时
13ms
峰值内存
384.0 KiB