记录详情

Wrong Answer

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

信息

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