/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void print(int)':
/in/foo.cc:81:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(sr[++C]=z[Z],--Z);sr[++C]='\n';
  ^~~~~
/in/foo.cc:81:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(sr[++C]=z[Z],--Z);sr[++C]='\n';
                          ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:240:8: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   mid=l+r>>1;
       ~^~
# 状态 耗时 内存占用
#1 Accepted 13ms 40.445 MiB
#2 Accepted 13ms 40.434 MiB
#3 Accepted 14ms 40.449 MiB
#4 Accepted 14ms 42.215 MiB
#5 Accepted 14ms 40.199 MiB
#6 Accepted 21ms 42.215 MiB
#7 Accepted 19ms 40.449 MiB
#8 Accepted 37ms 40.203 MiB
#9 Accepted 78ms 41.828 MiB
#10 Accepted 14ms 42.195 MiB

信息

递交者
类型
递交
题目
P1783 疫情控制
语言
C++
递交时间
2019-07-26 15:29:30
评测时间
2019-07-26 15:29:30
评测机
分数
100
总耗时
240ms
峰值内存
42.215 MiB