记录详情

Runtime Error

foo.c: In function 'main':
foo.c:9:17: warning: format '%lf' expects argument of type 'double *', but argument 3 has type 'float *' [-Wformat=]
     scanf("%d %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("%d %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 873ms 196.0 KiB

信息

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