Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:6:2: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d %d",&n,&m); ^ /in/foo.c:6:2: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long int *' [-Wformat=] /in/foo.c:34:4: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] printf("%ld ",a[j]); ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1024 找素数
- 语言
- C
- 递交时间
- 2019-10-28 19:24:39
- 评测时间
- 2019-10-28 19:24:39
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 200.0 KiB