摘要: 比较简单的一个题,dp递推一下就可以发现,3的倍数时一定无解 // Author: levil #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> pii; const in 阅读全文
posted @ 2020-08-20 08:33 levill 阅读(113) 评论(0) 推荐(0) 编辑