/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void tarjan(int)':
/in/foo.cc:12:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ie(i,s,t) for(int i=s;i<=t;++i)
                                 
/in/foo.cc:33:8:
     ie(i,0,graph[x].size()-1)
        ~~~~~~~~~~~~~~~~~~~~~    
/in/foo.cc:33:5: note: in expansion of macro 'ie'
     ie(i,0,graph[x].size()-1)
     ^~
/in/foo.cc:35:13: 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:12:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ie(i,s,t) for(int i=s;i<=t;++i)
                                 
/in/foo.cc:83:6:
   ie(j,0,graph[i].size()-1)
      ~~~~~~~~~~~~~~~~~~~~~      
/in/foo.cc:83:3: note: in expansion of macro 'ie'
   ie(j,0,graph[i].size()-1)
   ^~
/in/foo.cc:12:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 #define ie(i,s,t) for(int i=s;i<=t;++i)
                                 
/in/foo.cc:98:11:
        ie(j,0,newgraph[i].size()-1)
           ~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:98:8: note: in expansion of macro 'ie'
        ie(j,0,newgraph[i].size()-1)
        ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 892.0 KiB
#2 Accepted 3ms 880.0 KiB
#3 Accepted 118ms 3.246 MiB
#4 Accepted 116ms 2.223 MiB
#5 Accepted 9ms 2.75 MiB
#6 Accepted 2ms 864.0 KiB
#7 Accepted 3ms 896.0 KiB
#8 Accepted 16ms 1.363 MiB
#9 Accepted 34ms 3.844 MiB
#10 Accepted 4ms 1.121 MiB
#11 Accepted 3ms 868.0 KiB
#12 Accepted 2ms 868.0 KiB

信息

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