/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'void work1()':
/in/foo.cc:35:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=2;i<=n+m;i++)
  ^~~
/in/foo.cc:38:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   memset(h,0,sizeof(h));
   ^~~~~~
/in/foo.cc:43:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=2;i<=n+m;i++)
  ^~~
/in/foo.cc:46:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("%lld",(ans-ans1)%modd);
   ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 10ms 17.414 MiB
#2 Accepted 25ms 10.305 MiB
#3 Accepted 8ms 16.715 MiB
#4 Accepted 8ms 16.312 MiB
#5 Accepted 5ms 4.258 MiB
#6 Accepted 3ms 4.375 MiB
#7 Accepted 13ms 8.25 MiB
#8 Accepted 19ms 10.25 MiB
#9 Accepted 3ms 4.324 MiB
#10 Accepted 19ms 10.367 MiB

信息

递交者
类型
递交
题目
字符串
语言
C++
递交时间
2017-08-29 18:36:05
评测时间
2017-08-29 18:36:05
评测机
分数
100
总耗时
116ms
峰值内存
17.414 MiB