/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int solve(char*, int, long long int)':
/in/foo.cc:39:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:39: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:48:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (;p<=n;p+=2) t[++m]=s[p]; p-=n;
   ^~~
/in/foo.cc:48: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 204.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 344.0 KiB
#4 Accepted 1ms 344.0 KiB
#5 Accepted 10ms 1.734 MiB
#6 Accepted 11ms 1.734 MiB
#7 Accepted 10ms 1.762 MiB
#8 Accepted 10ms 1.703 MiB
#9 Accepted 10ms 1.66 MiB
#10 Accepted 10ms 1.738 MiB

信息

递交者
类型
递交
题目
P2056 连续子序列
语言
C++
递交时间
2019-05-08 15:06:41
评测时间
2019-05-08 15:06:41
评测机
分数
90
总耗时
72ms
峰值内存
1.762 MiB