记录详情

Time Exceeded

/in/foo.cc: In function 'bool is_prime(int)':
/in/foo.cc:19:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             if (x%i==0)
             ^~
/in/foo.cc:21:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (j==0)
   ^~
/in/foo.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 368.0 KiB
#2 Wrong Answer 2ms 372.0 KiB
#3 Accepted 1ms 368.0 KiB
#4 Wrong Answer 155ms 376.0 KiB
#5 Time Exceeded ≥1005ms ≥360.0 KiB

信息

递交者
类型
递交
比赛
周末测试2
语言
C++
递交时间
2021-09-24 20:51:37
评测时间
2021-09-24 20:51:37
评测机
分数
40
总耗时
≥1167ms
峰值内存
≥376.0 KiB