/ Vijos /

记录详情

Compile Error

foo.c:3:1: error: unknown type name 'bool'; did you mean '_Bool'?
 bool b[50001];
 ^~~~
 _Bool
foo.c: In function 'main':
foo.c:51:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d",&L,&n,&m);
     ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:53:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&a[i]);
     ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1981 跳石头
语言
C
递交时间
2021-11-17 22:26:58
评测时间
2021-11-17 22:26:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes