lizard专题

codeforces585D. Lizard Era: Beginning

传送门:http://codeforces.com/problemset/problem/585/d 思路:中途相遇法 前一半暴力枚举,后一半暴力枚举,在hash表里查找是否有合法的方案即可,输出方案在hash表存一个3进制数即可 #include<cstdio>#include<cstring>#include<algorithm>const int maxn=30,mod=99