记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:20: warning: array subscript has type 'char' [-Wchar-subscripts]
   tag_name[temp1[1]].push_back(tag);
                    ^
/in/foo.cc:32:23: warning: array subscript has type 'char' [-Wchar-subscripts]
   tag_address[temp2[0]].push_back(tag);
                       ^
/in/foo.cc:48:37: warning: array subscript has type 'char' [-Wchar-subscripts]
     for (auto i : tag_name[buffer[1]])
                                     ^
/in/foo.cc:63:40: warning: array subscript has type 'char' [-Wchar-subscripts]
     for (auto i : tag_address[buffer[0]])
                                        ^
/in/foo.cc:38:6: warning: variable 'counter' set but not used [-Wunused-but-set-variable]
  int counter = 0;
      ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 3ms 268.0 KiB
#3 Accepted 6ms 384.0 KiB
#4 Accepted 8ms 504.0 KiB
#5 Accepted 19ms 940.0 KiB
#6 Accepted 25ms 1.617 MiB
#7 Accepted 687ms 19.586 MiB
#8 Accepted 423ms 19.656 MiB
#9 Accepted 416ms 21.461 MiB
#10 Accepted 426ms 20.707 MiB

信息

递交者
类型
递交
题目
Find a girl friend
语言
C++
递交时间
2017-06-28 16:48:07
评测时间
2017-06-28 16:48:07
评测机
分数
100
总耗时
2018ms
峰值内存
21.461 MiB