/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(i=j=1;j<n;++j,i=(i*10+1)%p) ++cnt[i];++cnt[tot=i];
         ^~~
/in/foo.cc:20:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(i=j=1;j<n;++j,i=(i*10+1)%p) ++cnt[i];++cnt[tot=i];
                                                  ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 328.0 KiB
#2 Accepted 38ms 360.0 KiB
#3 Accepted 38ms 360.0 KiB
#4 Accepted 1ms 332.0 KiB
#5 Accepted 1ms 336.0 KiB
#6 Accepted 1ms 204.0 KiB
#7 Accepted 1ms 332.0 KiB
#8 Accepted 39ms 360.0 KiB
#9 Accepted 3ms 328.0 KiB
#10 Accepted 38ms 360.0 KiB

信息

递交者
类型
递交
题目
auction 代码拍卖会
语言
C++
递交时间
2020-02-09 20:49:32
评测时间
2020-02-09 20:49:32
评测机
分数
100
总耗时
166ms
峰值内存
360.0 KiB