Wrong Answer
foo.c: In function ‘main’:
foo.c:15:36: warning: comparison between pointer and integer
   15 |                         if (signal == 1)
      |                                    ^~
foo.c:21:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int **’ [-Wformat=]
   21 |         printf("%d\n",&signal);
      |                 ~^    ~~~~~~~
      |                  |    |
      |                  int  int **
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - A3-3 素数专题:素数个数
 - 语言
 - C
 - 递交时间
 - 2024-08-20 08:07:08
 - 评测时间
 - 2024-08-20 08:07:08
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 1ms
 - 峰值内存
 - 288.0 KiB