/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int addedge(int, int, int)':
/in/foo.cc:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int init()':
/in/foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int spfa()':
/in/foo.cc:53:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int dp(int, int)':
/in/foo.cc:76:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int work()':
/in/foo.cc:122:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 15ms 16.336 MiB
#2 Accepted 10ms 16.375 MiB
#3 Accepted 22ms 16.465 MiB
#4 Accepted 17ms 12.375 MiB
#5 Accepted 24ms 14.375 MiB
#6 Accepted 16ms 14.594 MiB
#7 Accepted 373ms 20.375 MiB
#8 Accepted 843ms 68.457 MiB
#9 Accepted 934ms 62.488 MiB
#10 Accepted 909ms 72.457 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2018-03-06 18:28:42
评测时间
2018-03-06 18:28:42
评测机
分数
100
总耗时
3168ms
峰值内存
72.457 MiB