记录详情

Accepted

/in/foo.cc: In function 'int find(int, int)':
/in/foo.cc:7:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=pos[ch];i<a[ch].size();i++){
                    ~^~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:7: warning: array subscript has type 'char' [-Wchar-subscripts]
   a[ch].push_back(i);
       ^
# 状态 耗时 内存占用
#1 Accepted 9ms 220.0 KiB
#2 Accepted 9ms 220.0 KiB
#3 Accepted 9ms 224.0 KiB
#4 Accepted 45ms 208.0 KiB
#5 Accepted 45ms 220.0 KiB
#6 Accepted 44ms 208.0 KiB
#7 Accepted 103ms 992.0 KiB
#8 Accepted 103ms 976.0 KiB
#9 Accepted 101ms 992.0 KiB
#10 Accepted 98ms 976.0 KiB

信息

递交者
类型
递交
题目
询问
题目数据
下载
语言
C++
递交时间
2020-08-26 16:17:58
评测时间
2020-08-26 16:17:58
评测机
分数
100
总耗时
570ms
峰值内存
992.0 KiB