记录详情

Accepted

/in/foo.cc: In function 'void build(int, int, int)':
/in/foo.cc:28:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0; i<exist[cnt].size(); i++)First[cnt][exist[cnt][i]]=0x3f3f3f3f,Last[cnt][exist[cnt][i]]=0;
               ~^~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:60:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[x].size(); i++)
                 ~^~~~~~~~~~~~~~~~
/in/foo.cc:95:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0; i<exist[L].size(); i++)
                ~^~~~~~~~~~~~~~~~
/in/foo.cc:98:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[R].size(); i++)
                 ~^~~~~~~~~~~~~~~~
/in/foo.cc:101:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[L].size(); i++)
                 ~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 84ms 276.125 MiB
#2 Accepted 87ms 276.0 MiB
#3 Accepted 133ms 327.875 MiB
#4 Accepted 251ms 359.875 MiB
#5 Accepted 427ms 385.5 MiB
#6 Accepted 678ms 404.125 MiB
#7 Accepted 782ms 417.391 MiB
#8 Accepted 1106ms 449.77 MiB
#9 Accepted 1219ms 452.078 MiB
#10 Accepted 1519ms 492.699 MiB

信息

递交者
类型
递交
题目
平面图杀手
语言
C++
递交时间
2017-09-07 15:23:46
评测时间
2017-09-07 15:37:33
评测机
分数
100
总耗时
6290ms
峰值内存
492.699 MiB