/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void sccTarjan::tarjan(int)':
/in/foo.cc:11:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define re(i,s,t) for(int i=s;i<t;++i)
                                 
/in/foo.cc:46:12:
         re(i,0,graph[x].size())
            ~~~~~~~~~~~~~~~~~~~  
/in/foo.cc:46:9: note: in expansion of macro 're'
         re(i,0,graph[x].size())
         ^~
/in/foo.cc:48:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if(i==graph[x].size())break;
                ~^~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define re(i,s,t) for(int i=s;i<t;++i)
                                 
/in/foo.cc:109:16:
             re(j,0,tar.graph[i].size())
                ~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:109:13: note: in expansion of macro 're'
             re(j,0,tar.graph[i].size())
             ^~
/in/foo.cc:11:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define re(i,s,t) for(int i=s;i<t;++i)
                                 
/in/foo.cc:123:20:
                 re(j,0,newgraph[i].size())
                    ~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:123:17: note: in expansion of macro 're'
                 re(j,0,newgraph[i].size())
                 ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 864.0 KiB
#2 Accepted 3ms 880.0 KiB
#3 Accepted 114ms 2.625 MiB
#4 Accepted 96ms 2.125 MiB
#5 Accepted 14ms 2.125 MiB
#6 Accepted 2ms 896.0 KiB
#7 Accepted 3ms 884.0 KiB
#8 Accepted 15ms 1.48 MiB
#9 Accepted 49ms 3.969 MiB
#10 Accepted 7ms 1.102 MiB
#11 Accepted 3ms 860.0 KiB
#12 Accepted 1ms 864.0 KiB

信息

递交者
类型
递交
题目
受欢迎的牛
语言
C++
递交时间
2018-04-17 19:41:03
评测时间
2018-04-17 19:41:03
评测机
分数
100
总耗时
316ms
峰值内存
3.969 MiB