Accepted
/in/foo.c: In function 'main': /in/foo.c:26:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(speed, 0, sizeof(speed)); ^~~~~~ /in/foo.c:26:3: warning: incompatible implicit declaration of built-in function 'memset' /in/foo.c:26:3: note: include '<string.h>' or provide a declaration of 'memset' /in/foo.c:34:8: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] if(abs(speed[i]-speed[j]) > k){ ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1609 银翼の舞
- 语言
- C
- 递交时间
- 2018-05-31 00:26:07
- 评测时间
- 2018-05-31 00:26:07
- 评测机
- 分数
- 100
- 总耗时
- 210ms
- 峰值内存
- 8.961 MiB