记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def bianchang(a,b):
 ^~~
/in/foo.c: In function 'bianchang':
/in/foo.c:1:19: error: expected declaration specifiers before ':' token
 def bianchang(a,b):
                   ^
/in/foo.c:1:5: warning: type of 'a' defaults to 'int' [-Wimplicit-int]
 def bianchang(a,b):
     ^~~~~~~~~
/in/foo.c:1:5: warning: type of 'b' defaults to 'int' [-Wimplicit-int]
/in/foo.c:7:1: warning: control reaches end of non-void function [-Wreturn-type]
 print(int(m*n)bianchang(m,n)))
 ^~~~~

信息

递交者
类型
递交
语言
C
递交时间
2019-04-17 12:35:48
评测时间
2019-04-17 12:35:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes