记录详情

Accepted

/in/foo.cc: In function 'void build(int, int, int)':
/in/foo.cc:29: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:61:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[x].size(); i++)
                 ~^~~~~~~~~~~~~~~~
/in/foo.cc:96:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0; i<exist[L].size(); i++)
                ~^~~~~~~~~~~~~~~~
/in/foo.cc:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[R].size(); i++)
                 ~^~~~~~~~~~~~~~~~
/in/foo.cc:102:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<exist[L].size(); i++)
                 ~^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 82ms 276.875 MiB
#2 Accepted 86ms 276.375 MiB
#3 Accepted 132ms 328.25 MiB
#4 Accepted 246ms 361.125 MiB
#5 Accepted 422ms 384.25 MiB
#6 Accepted 659ms 410.027 MiB
#7 Accepted 783ms 421.379 MiB
#8 Accepted 1070ms 447.359 MiB
#9 Accepted 1180ms 452.5 MiB
#10 Accepted 1500ms 491.98 MiB

信息

递交者
类型
递交
题目
平面图杀手
语言
C++
递交时间
2017-09-07 15:24:57
评测时间
2017-09-07 15:37:43
评测机
分数
100
总耗时
6164ms
峰值内存
491.98 MiB