Compile Error
/in/foo.c:1:1: error: unknown type name 'def'
 def fun(n):
 ^~~
/in/foo.c: In function 'fun':
/in/foo.c:1:11: error: expected declaration specifiers before ':' token
 def fun(n):
           ^
/in/foo.c:1:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int]
 def fun(n):
     ^~~
/in/foo.c:13:2: warning: control reaches end of non-void function [-Wreturn-type]
  print("no")
  ^~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 友好数
 - 语言
 - C
 - 递交时间
 - 2017-11-17 20:29:16
 - 评测时间
 - 2017-11-17 20:29:16
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes