记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; s[j] * i <= t && j < s.size(); j++) {
                                    ~~^~~~~~~~~~
/in/foo.cc:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int j = 0; j < s.size(); j++) {
                    ~~^~~~~~~~~~
/in/foo.cc:42:17: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized]
    v[i]=v[i]+v[i/p];
                ~^~
# 状态 耗时 内存占用
#1 Wrong Answer 134ms 137.566 MiB
#2 Wrong Answer 135ms 137.582 MiB
#3 Wrong Answer 137ms 137.609 MiB
#4 Time Exceeded ≥1001ms ≥139.738 MiB
#5 Time Exceeded ≥1001ms ≥139.727 MiB
#6 Time Exceeded ≥1002ms ≥139.695 MiB
#7 Time Exceeded ≥1004ms ≥139.633 MiB
#8 Time Exceeded ≥1002ms ≥139.723 MiB
#9 Time Exceeded ≥1000ms ≥139.672 MiB
#10 Time Exceeded ≥1003ms ≥139.691 MiB

信息

递交者
类型
递交
题目
P1014 猜数(Round 2)
语言
C++
递交时间
2021-02-09 14:42:40
评测时间
2021-02-09 14:42:40
评测机
分数
0
总耗时
≥7424ms
峰值内存
≥139.738 MiB