Compile Error
/in/foo.c:1:1: error: unknown type name 'def' def isPrime(x): ^~~ /in/foo.c: In function 'isPrime': /in/foo.c:1:15: error: expected declaration specifiers before ':' token def isPrime(x): ^ /in/foo.c:1:5: warning: type of 'x' defaults to 'int' [-Wimplicit-int] def isPrime(x): ^~~~~~~ /in/foo.c:7:5: warning: control reaches end of non-void function [-Wreturn-type] return 1 ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 迭代法分解质因数
- 语言
- C
- 递交时间
- 2019-04-08 16:27:06
- 评测时间
- 2019-04-08 16:27:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes