/ Vijos /

记录详情

Wrong Answer

foo.cpp: In function 'void tarjan(int)':
foo.cpp:53:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < G[u].size(); i += 1){
                  ~~^~~~~~~~~~~~~
foo.cpp: In function 'int main()':
foo.cpp:96:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j < G[i].size(); j += 1){
                   ~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 1.039 MiB
#2 Accepted 0ms 1.043 MiB
#3 Accepted 0ms 1.043 MiB
#4 Accepted 0ms 1.047 MiB
#5 Accepted 0ms 1.043 MiB
#6 Accepted 0ms 1.055 MiB
#7 Wrong Answer 0ms 1.051 MiB
#8 Wrong Answer 0ms 1.055 MiB
#9 Wrong Answer 15ms 1.043 MiB
#10 Wrong Answer 0ms 1.047 MiB
#11 Accepted 0ms 1.07 MiB

信息

递交者
类型
递交
题目
P1595 学校网络
语言
C++
递交时间
2017-03-13 19:37:05
评测时间
2017-03-13 19:37:05
评测机
分数
62
总耗时
15ms
峰值内存
1.07 MiB