/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool check(int, int)':
/in/foo.cc:10:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ie(i,s,t) for(int i=s;i<=t;++i)
                                 
/in/foo.cc:40:5:
  ie(ii,0,node[t].size()-1)
     ~~~~~~~~~~~~~~~~~~~~~       
/in/foo.cc:40:2: note: in expansion of macro 'ie'
  ie(ii,0,node[t].size()-1)
  ^~
/in/foo.cc: In function 'int find(int, int)':
/in/foo.cc:10:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ie(i,s,t) for(int i=s;i<=t;++i)
                                 
/in/foo.cc:51:5:
  ie(ii,0,node[t].size()-1)
     ~~~~~~~~~~~~~~~~~~~~~       
/in/foo.cc:51:2: note: in expansion of macro 'ie'
  ie(ii,0,node[t].size()-1)
  ^~
/in/foo.cc: In function 'void dp_spfa()':
/in/foo.cc:70:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=0;j<gra[x].size();++j)
                ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 372.0 KiB
#2 Accepted 2ms 360.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 3ms 356.0 KiB
#5 Accepted 3ms 356.0 KiB
#6 Wrong Answer 12ms 256.0 KiB
#7 Accepted 7ms 384.0 KiB
#8 Wrong Answer 2ms 380.0 KiB
#9 Wrong Answer 3ms 380.0 KiB
#10 Wrong Answer 3ms 380.0 KiB

信息

递交者
类型
递交
题目
物流运输
语言
C++
递交时间
2018-04-16 16:09:04
评测时间
2018-04-16 16:09:04
评测机
分数
60
总耗时
50ms
峰值内存
384.0 KiB