/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void update_Mark(int, int)':
/in/foo.cc:48:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(leaf) flag = 0; Mark[u] = flag;
  ^~
/in/foo.cc:48:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(leaf) flag = 0; Mark[u] = flag;
                     ^~~~
/in/foo.cc: In function 'bool check(long long int)':
/in/foo.cc:62:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(LL i = start; i < vec[v].size(); i++) 
                     ~~^~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:86:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   LL mid = l + r >> 1;
            ~~^~~
# 状态 耗时 内存占用
#1 Accepted 9ms 3.566 MiB
#2 Accepted 6ms 12.441 MiB
#3 Accepted 6ms 3.449 MiB
#4 Accepted 7ms 3.562 MiB
#5 Accepted 6ms 3.691 MiB
#6 Wrong Answer 18ms 14.324 MiB
#7 Accepted 13ms 14.191 MiB
#8 Accepted 55ms 16.316 MiB
#9 Accepted 324ms 21.449 MiB
#10 Accepted 11ms 13.316 MiB

信息

递交者
类型
递交
题目
P1783 疫情控制
语言
C++
递交时间
2017-10-19 16:37:31
评测时间
2017-10-19 16:37:31
评测机
分数
90
总耗时
459ms
峰值内存
21.449 MiB