Compile Error
/in/foo.c: In function 'main':
/in/foo.c:11:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
int signal*;
^
/in/foo.c:11:14: error: expected expression before ';' token
int signal*;
^
/in/foo.c:15:8: error: 'signal' undeclared (first use in this function)
if (signal == 1)
^~~~~~
/in/foo.c:15:8: note: each undeclared identifier is reported only once for each function it appears in
信息
- 递交者
- 类型
- 自测
- 题目
- A3-3 素数专题:素数个数
- 语言
- C
- 递交时间
- 2024-08-20 08:07:31
- 评测时间
- 2024-08-20 08:07:31
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes