/ 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:54:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.465 MiB
#2 Accepted 2ms 1.359 MiB
#3 Accepted 6ms 2.852 MiB
#4 Accepted 5ms 2.676 MiB
#5 Accepted 6ms 2.727 MiB
#6 Accepted 2ms 1.453 MiB
#7 Accepted 2ms 1.453 MiB
#8 Accepted 4ms 1.465 MiB
#9 Accepted 16ms 1.918 MiB
#10 Accepted 4ms 1.527 MiB
#11 Accepted 2ms 1.453 MiB
#12 Accepted 2ms 1.453 MiB

信息

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