Compile Error
foo.c:1:1: error: unknown type name 'def'
    1 | def IsPrime(num):
      | ^~~
foo.c: In function 'IsPrime':
foo.c:1:17: error: expected declaration specifiers before ':' token
    1 | def IsPrime(num):
      |                 ^
foo.c:1:5: warning: type of 'num' defaults to 'int' [-Wimplicit-int]
    1 | def IsPrime(num):
      |     ^~~~~~~
foo.c:18: warning: control reaches end of non-void function [-Wreturn-type]
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 孪生素数
 - 语言
 - C
 - 递交时间
 - 2023-09-03 12:38:25
 - 评测时间
 - 2023-09-03 12:38:25
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes