/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void update_Mark(long long int, long long 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:91:14: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   LL mid = l + r >> 1;
            ~~^~~
# 状态 耗时 内存占用
#1 Accepted 16ms 12.117 MiB
#2 Accepted 13ms 13.871 MiB
#3 Accepted 13ms 12.723 MiB
#4 Accepted 15ms 12.625 MiB
#5 Accepted 15ms 11.984 MiB
#6 Wrong Answer 38ms 15.457 MiB
#7 Accepted 27ms 13.492 MiB
#8 Accepted 100ms 16.855 MiB
#9 Accepted 370ms 19.625 MiB
#10 Accepted 11ms 12.238 MiB

信息

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