记录详情

Accepted

/in/foo.cc: In function 'void bfs()':
/in/foo.cc:21:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int i=0;i<son[x].size();i++){
                     ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'void tarjan(int)':
/in/foo.cc:41:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<son[u].size();i++){
                 ~^~~~~~~~~~~~~~
/in/foo.cc:52:13: warning: unused variable 'y' [-Wunused-variable]
         int y;
             ^
/in/foo.cc: In function 'void work()':
/in/foo.cc:65:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<son[i].size();j++){
                     ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 512.0 KiB
#2 Accepted 4ms 496.0 KiB
#3 Accepted 4ms 496.0 KiB
#4 Accepted 3ms 512.0 KiB
#5 Accepted 5ms 500.0 KiB
#6 Accepted 6ms 504.0 KiB
#7 Accepted 8ms 624.0 KiB
#8 Accepted 8ms 384.0 KiB
#9 Accepted 8ms 640.0 KiB
#10 Accepted 9ms 624.0 KiB
#11 Accepted 9ms 768.0 KiB

信息

递交者
类型
递交
题目
网络间谍
题目数据
下载
语言
C++
递交时间
2018-08-05 21:08:04
评测时间
2018-08-05 21:08:04
评测机
分数
110
总耗时
76ms
峰值内存
768.0 KiB