记录详情

Compile Error

/in/foo.c:1:1: warning: data definition has no type or storage class
 a=int(input("请输入直角三角形的一条直角边"))
 ^
/in/foo.c:1:1: warning: type defaults to 'int' in declaration of 'a' [-Wimplicit-int]
/in/foo.c:1:3: error: expected expression before 'int'
 a=int(input("请输入直角三角形的一条直角边"))
   ^~~
/in/foo.c:5:24: error: stray '\357' in program
 print("斜边上的高",round(h,2))
                        ^
/in/foo.c:5:25: error: stray '\274' in program
 print("斜边上的高",round(h,2))
                         ^
/in/foo.c:5:26: error: stray '\214' in program
 print("斜边上的高",round(h,2))
                          ^

信息

递交者
类型
自测
语言
C
递交时间
2023-05-30 16:35:00
评测时间
2023-05-30 16:35:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes