记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:55:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(x%9409 ==0)
     ^~
foo.cc:57:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  return 0;
  ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Wrong Answer 0a1 > 2 3 5 7 11 13 101 103 2ms 384.0 KiB
#4 Wrong Answer 0a1 > 13 19 409 769 2ms 384.0 KiB
#5 Wrong Answer 0a1 > 3 13 29 61 2593 2ms 384.0 KiB

信息

递交者
类型
递交
题目
5-5 统计素数因子
比赛
2020苏青奥赛集训营(2021-2-4实验初中选拔赛)
语言
C++
递交时间
2021-02-04 13:56:40
评测时间
2021-02-04 13:56:40
评测机
分数
20
总耗时
12ms
峰值内存
384.0 KiB