/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int swp(int*, int*)':
/in/foo.cc:19:48: warning: no return statement in function returning non-void [-Wreturn-type]
 int swp(int *a,int *b){int tmp=*a;*a=*b,*b=tmp;}
                                                ^
/in/foo.cc: In function 'void spfa(int)':
/in/foo.cc:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<map[T].size();i++){
                     ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 1.828 MiB
#2 Accepted 5ms 1.867 MiB
#3 Accepted 5ms 1.75 MiB
#4 Accepted 5ms 1.832 MiB
#5 Accepted 6ms 1.867 MiB
#6 Accepted 9ms 1.828 MiB
#7 Accepted 7ms 1.867 MiB
#8 Accepted 16ms 1.977 MiB
#9 Accepted 12ms 1.98 MiB
#10 Accepted 16ms 1.988 MiB

信息

递交者
类型
递交
题目
P1578 渡河
语言
C++
递交时间
2018-05-08 19:17:02
评测时间
2018-05-08 19:17:03
评测机
分数
100
总耗时
90ms
峰值内存
1.988 MiB