记录详情

Wrong Answer

/in/foo.cc: In function 'void BellmanFord()':
/in/foo.cc:15:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=0;j<to[i].size();j++)
                ~^~~~~~~~~~~~~
/in/foo.cc:12:7: warning: unused variable 'flag' [-Wunused-variable]
  bool flag=false;
       ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:30:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int j=0;j<realw[i].size();j++)
                ~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 664.0 KiB
#2 Accepted 2ms 868.0 KiB
#3 Accepted 1ms 344.0 KiB
#4 Wrong Answer 1ms 348.0 KiB
#5 Accepted 1ms 344.0 KiB
#6 Accepted 2ms 344.0 KiB
#7 Accepted 4ms 344.0 KiB
#8 Accepted 29ms 428.0 KiB
#9 Accepted 57ms 452.0 KiB
#10 Accepted 112ms 488.0 KiB

信息

递交者
类型
递交
题目
Telephone Lines
题目数据
下载
语言
C++
递交时间
2019-06-29 20:51:32
评测时间
2019-06-29 20:51:32
评测机
分数
90
总耗时
214ms
峰值内存
868.0 KiB