摘要: #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 阅读(129) 评论(0) 推荐(0)