Accepted
/in/foo.c: In function 'main': /in/foo.c:8:1: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(c,sizeof(c),0); ^~~~~~ /in/foo.c:8:1: warning: incompatible implicit declaration of built-in function 'memset' /in/foo.c:8:1: note: include '<string.h>' or provide a declaration of 'memset' /in/foo.c:8:1: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args]
信息
- 递交者
- 类型
- 递交
- 题目
- P1911 珠心算测验
- 语言
- C
- 递交时间
- 2018-04-10 12:38:38
- 评测时间
- 2018-04-10 12:38:38
- 评测机
- 分数
- 100
- 总耗时
- 44ms
- 峰值内存
- 632.0 KiB