/ 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 4ms 1.75 MiB
#2 Accepted 4ms 1.75 MiB
#3 Accepted 2ms 1.75 MiB
#4 Accepted 4ms 1.828 MiB
#5 Accepted 3ms 1.793 MiB
#6 Accepted 3ms 1.816 MiB
#7 Accepted 8ms 1.852 MiB
#8 Accepted 14ms 1.875 MiB
#9 Accepted 8ms 1.949 MiB
#10 Accepted 16ms 1.961 MiB

信息

递交者
类型
递交
题目
P1578 渡河
语言
C++
递交时间
2017-09-03 14:08:28
评测时间
2017-09-03 14:08:28
评测机
分数
100
总耗时
71ms
峰值内存
1.961 MiB