摘要: F-Droid 阅读全文
posted @ 2022-02-05 14:59 ggexs 阅读(64) 评论(0) 推荐(0)
摘要: blokada 阅读全文
posted @ 2022-02-05 14:54 ggexs 阅读(29) 评论(0) 推荐(0)
摘要: code #include<iostream> #define min(a,b)a>b?b:a using namespace std; int n, m, a[25502], b[100]; int main() { ios::sync_with_stdio(false); cin >> n >> 阅读全文
posted @ 2022-02-05 13:32 ggexs 阅读(71) 评论(0) 推荐(0)
摘要: code #include<algorithm> #include<iostream> #include<complex> using namespace std; int main(){ ios::sync_with_stdio(false); int n,m; cin>>n>>m; int a[ 阅读全文
posted @ 2022-02-05 11:30 ggexs 阅读(45) 评论(0) 推荐(0)