记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ss(i)==1&&ss(n-i)==1)
   ^~
foo.c:10:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    printf("\n");
    ^~~~~~
foo.c:7:14: warning: 'n' is used uninitialized in this function [-Wuninitialized]
  for(i=3;i<=n-i;i++)
             ~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read , expect 3+7=10. 1ms 256.0 KiB

信息

递交者
类型
自测
题目
A3-4 素数专题:验证哥德巴赫猜想
语言
C
递交时间
2021-10-21 14:19:12
评测时间
2021-10-21 14:19:12
评测机
分数
0
总耗时
1ms
峰值内存
256.0 KiB