记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:9:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x%2==0)
   ^~
foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    s=s+1;
    ^
foo.cc:12:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(x%2!=0)
   ^~
foo.cc:14:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    s=s+1;
    ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1421ms ≥384.0 KiB
#2 Time Exceeded ≥1419ms ≥384.0 KiB
#3 Time Exceeded ≥1422ms ≥360.0 KiB
#4 Time Exceeded ≥1422ms ≥384.0 KiB
#5 Time Exceeded ≥1875ms ≥400.0 KiB

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2020苏青奥赛集训营(2021-2-4实验初中选拔赛)
语言
C++
递交时间
2021-02-04 13:35:24
评测时间
2021-02-04 13:35:24
评测机
分数
0
总耗时
≥7561ms
峰值内存
≥400.0 KiB