/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'bool check()':
/in/foo.cc:25:25: warning: array subscript has type 'char' [-Wchar-subscripts]
   int &c0 = to[str[0][i]],&c1 = to[str[1][i]],&c2 = to[str[2][i]];
                         ^
/in/foo.cc:25:45: warning: array subscript has type 'char' [-Wchar-subscripts]
   int &c0 = to[str[0][i]],&c1 = to[str[1][i]],&c2 = to[str[2][i]];
                                             ^
/in/foo.cc:25:65: warning: array subscript has type 'char' [-Wchar-subscripts]
   int &c0 = to[str[0][i]],&c1 = to[str[1][i]],&c2 = to[str[2][i]];
                                                                 ^
/in/foo.cc: In function 'bool calc()':
/in/foo.cc:41:26: warning: array subscript has type 'char' [-Wchar-subscripts]
   op1 = (k + to[str[0][i]] + to[str[1][i]]);
                          ^
/in/foo.cc:41:42: warning: array subscript has type 'char' [-Wchar-subscripts]
   op1 = (k + to[str[0][i]] + to[str[1][i]]);
                                          ^
/in/foo.cc:43:29: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(op1 % n != to[str[2][i]])
                             ^
/in/foo.cc:38:6: warning: unused variable 'sum' [-Wunused-variable]
  int sum = 0,k = 0,op1;
      ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:93:17: warning: array subscript has type 'char' [-Wchar-subscripts]
    cnt[str[i][j]]++;
                 ^
/in/foo.cc:97:20: warning: array subscript has type 'char' [-Wchar-subscripts]
    if(pos[str[i][j]] == -1)
                    ^
/in/foo.cc:98:18: warning: array subscript has type 'char' [-Wchar-subscripts]
     pos[str[i][j]] = j;
                  ^
# 状态 耗时 内存占用
#1 Accepted 35ms 220.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 1ms 212.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 4ms 216.0 KiB
#6 Accepted 9ms 212.0 KiB
#7 Accepted 28ms 328.0 KiB
#8 Accepted 537ms 220.0 KiB
#9 Time Exceeded ≥1006ms ≥212.0 KiB
#10 Accepted 74ms 216.0 KiB

信息

递交者
类型
递交
题目
P1099 虫食算
语言
C++
递交时间
2019-07-25 16:27:04
评测时间
2019-07-25 16:27:04
评测机
分数
90
总耗时
≥1700ms
峰值内存
≥328.0 KiB