/ CWOI /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:24: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 #define For(i , x , y) for(ri i = x ; i <= y ; ++ i)
                        ^
/in/foo.cc:32:5: note: in expansion of macro 'For'
     For(i , 1 , n) f[i] = i; Ans = n - T;
     ^~~
/in/foo.cc:32:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     For(i , 1 , n) f[i] = i; Ans = n - T;
                              ^~~
/in/foo.cc:42:24: warning: unused variable 'cnt' [-Wunused-variable]
         int u = q[i] , cnt = 0; flag[u] = 0; ++ Ans;
                        ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 6.305 MiB
#2 Wrong Answer 2ms 320.0 KiB
#3 Wrong Answer 3ms 6.301 MiB
#4 Time Exceeded ≥1001ms ≥460.0 KiB
#5 Time Exceeded ≥1002ms ≥6.441 MiB
#6 Time Exceeded ≥1001ms ≥460.0 KiB
#7 Time Exceeded ≥1001ms ≥6.438 MiB
#8 Time Exceeded ≥1001ms ≥6.43 MiB
#9 Wrong Answer 5ms 832.0 KiB
#10 Time Exceeded ≥1003ms ≥452.0 KiB

信息

递交者
类型
递交
题目
2017.07.15 P3 星球大战
语言
C++
递交时间
2019-10-23 14:27:31
评测时间
2019-10-23 14:27:31
评测机
分数
0
总耗时
≥6026ms
峰值内存
≥6.441 MiB