Accepted
foo.cc: In function 'long long unsigned int dfs(int, bool, bool)':
foo.cc:20:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(pos==mid&&i!=4||pos==mid-1&&i!=9||pos>=mid&&exist&&i==9)
      ~~~~~~~~^~~~~~
foo.cc:20:55: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(pos==mid&&i!=4||pos==mid-1&&i!=9||pos>=mid&&exist&&i==9)
                                        ~~~~~~~~~~~~~~~^~~~~~
自豪的采用jd5进行评测(github.com/masnn/jd5)
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1009 Divljak
 - 语言
 - C++
 - 递交时间
 - 2020-02-08 22:42:32
 - 评测时间
 - 2020-02-08 22:42:35
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 46ms
 - 峰值内存
 - 2.121 MiB