记录详情

Compile Error

foo.c:1:1: error: unknown type name 'import'
    1 | import math
      | ^~~~~~
foo.c:3:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'distance_to_opposite_bank'
    3 | distance_to_opposite_bank = float(input("请输入对岸的距离(米)"))
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:6:27: error: stray '#' in program
    6 |     initial_distance = 2  # 第1下游的距离
      |                           ^
foo.c:7:28: error: stray '#' in program
    7 |     reduction_rate = 0.96  # 每一步的距离减少率
      |                            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
语言
C
递交时间
2023-12-21 13:52:51
评测时间
2023-12-21 13:52:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes