/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void Tarjan(int)':
/in/foo.cc:13:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<linker[u].size();i++)
                 ~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int work()':
/in/foo.cc:39:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<linker[i].size();++j)
               ~^~~~~~~~~~~~~~~~~
/in/foo.cc:56:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 1.465 MiB
#2 Accepted 3ms 2.348 MiB
#3 Accepted 6ms 2.863 MiB
#4 Accepted 5ms 1.914 MiB
#5 Accepted 6ms 2.727 MiB
#6 Accepted 2ms 1.352 MiB
#7 Accepted 3ms 1.465 MiB
#8 Accepted 4ms 1.551 MiB
#9 Accepted 15ms 1.84 MiB
#10 Accepted 4ms 1.465 MiB
#11 Accepted 2ms 1.465 MiB
#12 Accepted 2ms 1.465 MiB

信息

递交者
类型
递交
题目
受欢迎的牛
语言
C++
递交时间
2020-03-21 11:12:45
评测时间
2020-03-21 11:12:45
评测机
分数
100
总耗时
61ms
峰值内存
2.863 MiB