/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:7:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   memset(dis,0,sizeof(dis));
   ^~~~~~
/in/foo.c:7:3: warning: incompatible implicit declaration of built-in function 'memset'
/in/foo.c:7:3: note: include '<string.h>' or provide a declaration of 'memset'
/in/foo.c: In function 'dfs':
/in/foo.c:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 5.32 MiB
#2 Accepted 3ms 5.312 MiB
#3 Accepted 3ms 5.32 MiB
#4 Accepted 3ms 5.324 MiB

信息

递交者
类型
递交
题目
P1547 逆转,然后再见
语言
C
递交时间
2019-12-12 12:29:56
评测时间
2019-12-12 12:29:56
评测机
分数
100
总耗时
14ms
峰值内存
5.324 MiB