/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void tarjan(int)':
/in/foo.cc:24:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<G[x].size();++i)
                 ~^~~~~~~~~~~~
/in/foo.cc: In constructor 'node::node()':
/in/foo.cc:84:38: warning: passing NULL to non-pointer argument 2 of 'void* memset(void*, int, size_t)' [-Wconversion-null]
         memset(head,NULL,sizeof(head));
                                      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:101:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<G[i].size();++j)
                     ~^~~~~~~~~~~~
/in/foo.cc:112:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<G[i].size();++j)
                     ~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 11.75 MiB
#2 Accepted 48ms 13.684 MiB
#3 Accepted 34ms 13.516 MiB
#4 Accepted 41ms 13.48 MiB
#5 Accepted 40ms 13.664 MiB
#6 Accepted 35ms 13.863 MiB
#7 Accepted 4ms 11.75 MiB
#8 Accepted 4ms 11.5 MiB
#9 Accepted 3ms 11.777 MiB
#10 Accepted 5ms 11.812 MiB
#11 Accepted 25ms 13.062 MiB
#12 Accepted 17ms 13.223 MiB
#13 Accepted 7ms 12.117 MiB
#14 Accepted 24ms 13.449 MiB

信息

递交者
类型
递交
题目
Grass Cownoisseur
语言
C++
递交时间
2017-09-10 11:26:13
评测时间
2017-09-10 11:26:13
评测机
分数
100
总耗时
299ms
峰值内存
13.863 MiB