12 2019 档案

摘要:#include <iostream> #include <cstdio> using namespace std; typedef long long ll; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin >> n 阅读全文
posted @ 2019-12-04 21:30 域Anton 阅读(130) 评论(0) 推荐(0)
摘要: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)