/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:43:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD;
                 ^~
foo.cc:43:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD;
                                        ^~
foo.cc:54:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
                 if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD;
                 ^~
foo.cc:54:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 if(n[i]>=MOD)n[i]-=MOD;if(n[i]<0)n[i]+=MOD;
                                        ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 420.0 KiB
#5 Accepted 2ms 396.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 384.0 KiB
#10 Accepted 1ms 384.0 KiB
#11 Accepted 1ms 384.0 KiB
#12 Accepted 1ms 396.0 KiB
#13 Accepted 20ms 8.48 MiB
#14 Accepted 19ms 8.535 MiB
#15 Accepted 19ms 8.391 MiB
#16 Accepted 17ms 8.453 MiB
#17 Accepted 20ms 8.383 MiB
#18 Accepted 19ms 8.512 MiB
#19 Accepted 18ms 8.473 MiB
#20 Accepted 16ms 8.445 MiB

信息

递交者
类型
递交
题目
P1990 黑白序列
语言
C++
递交时间
2021-11-12 13:19:21
评测时间
2021-11-12 13:19:21
评测机
分数
100
总耗时
174ms
峰值内存
8.535 MiB