记录详情

Runtime Error

foo.c: In function 'main':
foo.c:9:14: warning: format '%lf' expects argument of type 'double *', but argument 2 has type 'int *' [-Wformat=]
     scanf("%lf %lf",&n,&m);
            ~~^      ~~
            %d
foo.c:9:18: warning: format '%lf' expects argument of type 'double *', but argument 3 has type 'float *' [-Wformat=]
     scanf("%lf %lf",&n,&m);
                ~~^     ~~
                %f
foo.c: In function 'score':
foo.c:21:19: warning: format '%lf' expects argument of type 'double *', but argument 2 has type 'float *' [-Wformat=]
          scanf("%lf",&a[h][l]);
                 ~~^  ~~~~~~~~
                 %f
foo.c: In function 'main':
foo.c:9:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lf %lf",&n,&m);
     ^~~~~~~~~~~~~~~~~~~~~~
foo.c: In function 'score':
foo.c:21:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
          scanf("%lf",&a[h][l]);
          ^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 862ms 284.0 KiB

信息

递交者
类型
自测
题目
P1016 作文比赛
语言
C
递交时间
2021-11-18 21:40:24
评测时间
2021-11-18 21:40:24
评测机
分数
0
总耗时
862ms
峰值内存
284.0 KiB