记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:16:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (i <=n)
    ^~
/in/foo.c:18:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     x = x / 10;
     ^
/in/foo.c:19:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(x==1);
    ^~
/in/foo.c:20:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     break;
     ^~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 260.0 KiB
#2 Wrong Answer 1ms 248.0 KiB
#3 Accepted 1ms 252.0 KiB
#4 Accepted 1ms 248.0 KiB
#5 Accepted 0ms 208.0 KiB

信息

递交者
类型
递交
题目
A5-1 超级素数判断
语言
C
递交时间
2023-10-11 19:31:01
评测时间
2023-10-11 19:31:01
评测机
分数
60
总耗时
5ms
峰值内存
260.0 KiB