记录详情

Wrong Answer

foo.c: In function 'cs':
foo.c:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ss(b)==0)
   ^~
foo.c:16:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    i=i/10;
    ^
foo.c:10:14: warning: unused variable 'c' [-Wunused-variable]
  int a=i,b=0,c;
              ^
foo.c:10:6: warning: unused variable 'a' [-Wunused-variable]
  int a=i,b=0,c;
      ^
foo.c: In function 'ss':
foo.c:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.c: In function 'main':
foo.c:38:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 26, expect 28. 1ms 284.0 KiB
#2 Wrong Answer Read 5, expect 6. 0ms 256.0 KiB
#3 Wrong Answer Read 70, expect 46. 90ms 272.0 KiB
#4 Wrong Answer Read 69, expect 44. 90ms 304.0 KiB
#5 Accepted 0ms 256.0 KiB

信息

递交者
类型
递交
题目
A5-2 超级素数的个数
语言
C
递交时间
2021-11-10 19:13:22
评测时间
2021-11-10 19:13:22
评测机
分数
20
总耗时
184ms
峰值内存
304.0 KiB