2022年3月27日

摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 using LL = long long; 4 #define eb(n) emplace_back(n) 5 vector<LL> ans; 6 inline LL trans(LL n) { 7 阅读全文
posted @ 2022-03-27 17:58 OopsOops 阅读(38) 评论(0) 推荐(0)
 
摘要: #include <bits/stdc++.h> using namespace std; using LL = long long; int a[1005]; int main() { int n; scanf("%d", &n); for (int i = 1; i <= n; i++) sca 阅读全文
posted @ 2022-03-27 12:32 OopsOops 阅读(85) 评论(0) 推荐(0)