/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int solve(char*, int, long long int)':
/in/foo.cc:37:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:37: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:46:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:46: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 2ms 456.0 KiB
#2 Wrong Answer 2ms 860.0 KiB
#3 Accepted 2ms 348.0 KiB
#4 Accepted 2ms 344.0 KiB
#5 Accepted 12ms 1.629 MiB
#6 Accepted 13ms 1.707 MiB
#7 Accepted 13ms 1.648 MiB
#8 Accepted 13ms 1.668 MiB
#9 Accepted 13ms 1.648 MiB
#10 Accepted 12ms 1.641 MiB

信息

递交者
类型
递交
题目
P2056 连续子序列
语言
C++
递交时间
2019-05-08 14:59:53
评测时间
2019-05-08 14:59:53
评测机
分数
80
总耗时
87ms
峰值内存
1.707 MiB