/ Vijos /

记录详情

Time Exceeded

/in/foo.cc:8:9: warning: #pragma once in main file
 #pragma once
         ^~~~
/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 'int calc()':
/in/foo.cc:62:25: warning: array subscript has type 'char' [-Wchar-subscripts]
   op1 = k + to[str[0][i]] + to[str[1][i]];
                         ^
/in/foo.cc:62:41: warning: array subscript has type 'char' [-Wchar-subscripts]
   op1 = k + to[str[0][i]] + to[str[1][i]];
                                         ^
/in/foo.cc:63:22: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(k + to[str[0][i]] + to[str[1][i]] >= n)
                      ^
/in/foo.cc:63:38: warning: array subscript has type 'char' [-Wchar-subscripts]
   if(k + to[str[0][i]] + to[str[1][i]] >= n)
                                      ^
/in/foo.cc:71:32: warning: array subscript has type 'char' [-Wchar-subscripts]
   sum += abs(op1 - to[str[2][i]]);
                                ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:109:17: warning: array subscript has type 'char' [-Wchar-subscripts]
    cnt[str[i][j]]++;
                 ^
# 状态 耗时 内存占用
#1 Accepted 26ms 216.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Accepted 1ms 224.0 KiB
#4 Accepted 1ms 220.0 KiB
#5 Accepted 2ms 224.0 KiB
#6 Accepted 6ms 224.0 KiB
#7 Accepted 32ms 220.0 KiB
#8 Accepted 536ms 212.0 KiB
#9 Time Exceeded ≥1005ms ≥220.0 KiB
#10 Accepted 93ms 212.0 KiB

信息

递交者
类型
递交
题目
P1099 虫食算
语言
C++
递交时间
2019-07-25 13:38:44
评测时间
2019-07-25 13:38:44
评测机
分数
90
总耗时
≥1708ms
峰值内存
≥224.0 KiB