记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=number-1;i++);
  ^~~
foo.c:9:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   if(number%i==0)
   ^~
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&number);
  ^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 输入一个正整数:24, expect 60. 0ms 256.0 KiB
#2 Wrong Answer Read 输入一个正整数:6, expect 12. 0ms 256.0 KiB
#3 Wrong Answer Read 输入一个正整数:150, expect 372. 0ms 256.0 KiB
#4 Wrong Answer Read 输入一个正整数:160, expect 378. 0ms 256.0 KiB
#5 Wrong Answer Read 输入一个正整数:200, expect 465. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
A3-1 素数专题:因子的和
比赛
中北 计算机2021级专业修读指导(1)
语言
C
递交时间
2021-11-30 19:26:21
评测时间
2021-11-30 19:26:21
评测机
分数
0
总耗时
3ms
峰值内存
256.0 KiB