摘要: 1 #include <iostream> 2 using namespace std; 3 typedef long long ll; 4 bool special[4]{false}; 5 int main() 6 { 7 ios::sync_with_stdio(false); 8 cin.t 阅读全文
posted @ 2019-12-02 19:45 域Anton 阅读(359) 评论(0) 推荐(0)