Runtime Error

/in/foo.cc:9:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:46: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    fMax[i][j] = max(fMax[i][j-1],fMax[i+(1<<j-1)][j-1]);
                                             ~^~
/in/foo.cc:27:46: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
    fMin[i][j] = min(fMin[i][j-1],fMin[i+(1<<j-1)][j-1]);
                                             ~^~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1001ms ≥4.336 MiB
#2 Time Exceeded ≥1000ms ≥4.473 MiB
#3 Time Exceeded ≥1001ms ≥4.848 MiB
#4 Time Exceeded ≥1000ms ≥4.828 MiB
#5 Time Exceeded ≥1004ms ≥6.477 MiB
#6 Runtime Error 9ms 6.598 MiB
#7 Runtime Error 10ms 6.582 MiB
#8 Runtime Error 9ms 6.578 MiB
#9 Runtime Error 9ms 6.578 MiB
#10 Runtime Error 9ms 6.586 MiB

信息

递交者
类型
递交
题目
「一本通 4.2 练习 1」天才的记忆
语言
C++
递交时间
2020-09-19 08:51:20
评测时间
2020-09-19 08:51:20
评测机
分数
0
总耗时
5057ms
峰值内存
6.598 MiB