/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int solve(char*, int, long long int)':
/in/foo.cc:33:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:33:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
                                 ^
/in/foo.cc:40:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:40:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
                                 ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 320.0 KiB
#2 Wrong Answer 1ms 1.047 MiB
#3 Accepted 2ms 216.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Time Exceeded ≥1002ms ≥216.0 KiB
#6 Time Exceeded ≥1000ms ≥208.0 KiB
#7 Time Exceeded ≥1001ms ≥216.0 KiB
#8 Time Exceeded ≥1000ms ≥204.0 KiB
#9 Time Exceeded ≥1001ms ≥208.0 KiB
#10 Time Exceeded ≥1003ms ≥204.0 KiB

信息

递交者
类型
递交
题目
P2056 连续子序列
语言
C++
递交时间
2019-05-08 14:46:20
评测时间
2019-05-08 14:46:20
评测机
分数
20
总耗时
≥6018ms
峰值内存
≥1.047 MiB