记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(prime[i])
   ^~
/in/foo.cc:14:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    for(int j=l;j<=r;j+=i)
    ^~~
# 状态 耗时 内存占用
#1 Accepted 29ms 5.555 MiB
#2 Wrong Answer 12ms 4.434 MiB
#3 Wrong Answer 12ms 5.184 MiB
#4 Wrong Answer 23ms 5.305 MiB
#5 Wrong Answer 35ms 5.562 MiB
#6 Wrong Answer 75ms 7.934 MiB
#7 Wrong Answer 140ms 7.938 MiB
#8 Runtime Error 94ms 7.934 MiB
#9 Runtime Error 94ms 7.934 MiB
#10 Runtime Error 6ms 4.309 MiB

信息

递交者
类型
递交
题目
最小质因子
语言
C++
递交时间
2017-09-12 17:15:13
评测时间
2017-09-12 17:15:13
评测机
分数
10
总耗时
525ms
峰值内存
7.938 MiB