记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:10:11: warning: right-hand operand of comma expression has no effect [-Wunused-value]
   for(x1=2,x1<x;x1++;)
           ^
/in/foo.c:10:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(x1=2,x1<x;x1++;)
   ^~~
/in/foo.c:13:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    if(x1!=x)
    ^~
/in/foo.c:18:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
/in/foo.c:20:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   return 0;
   ^~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1005ms ≥228.0 KiB

信息

递交者
类型
自测
题目
A5-1 超级素数判断
语言
C
递交时间
2024-10-29 14:37:08
评测时间
2024-10-29 14:37:08
评测机
分数
0
总耗时
≥1005ms
峰值内存
≥228.0 KiB