记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'import'
 import math
 ^~~~~~
/in/foo.c:2:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
 a=int(input())
 ^
/in/foo.c:4:22: error: stray '\357' in program
 c=math.sqrt(a**2+b**2)
                      ^
/in/foo.c:4:23: error: stray '\274' in program
 c=math.sqrt(a**2+b**2)
                       ^
/in/foo.c:4:24: error: stray '\211' in program
 c=math.sqrt(a**2+b**2)
                        ^

信息

递交者
类型
递交
语言
C
递交时间
2018-06-16 09:19:26
评测时间
2018-06-16 09:19:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes