Compile Error

foo.c: In function 'Div':
foo.c:28:10: error: 'false' undeclared (first use in this function); did you mean 'fclose'?
   flag = false;
          ^~~~~
          fclose
foo.c:28:10: note: each undeclared identifier is reported only once for each function it appears in
foo.c:36:12: error: 'true' undeclared (first use in this function); did you mean 'trunc'?
     flag = true;
            ^~~~
            trunc
foo.c: In function 'main':
foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d", &x1, &y1);
  ^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:10:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d", &x2, &y2);
  ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1075 A11-5 小数的循环节
语言
C
递交时间
2021-11-15 18:42:23
评测时间
2021-11-15 18:42:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes