记录详情

Memory Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(x>1)t[a[x]]++;mx=max(mx,t[a[x]]);
     ^~
/in/foo.cc:25:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(x>1)t[a[x]]++;mx=max(mx,t[a[x]]);
                      ^~
# 状态 耗时 内存占用
#1 Accepted 77ms 9.023 MiB
#2 Memory Exceeded ≥107ms ≥16.004 MiB
#3 Memory Exceeded ≥107ms ≥16.004 MiB
#4 Memory Exceeded ≥107ms ≥16.004 MiB
#5 Memory Exceeded ≥107ms ≥16.004 MiB

信息

递交者
类型
递交
题目
5-5 统计素数因子
语言
C++
递交时间
2024-03-22 20:02:12
评测时间
2024-03-22 20:02:12
评测机
分数
20
总耗时
≥507ms
峰值内存
≥16.004 MiB