每一年都奔走在自己热爱里

没有人是一座孤岛,总有谁爱着你
摘要: 2023牛客寒假算法基础集训营2 A A 这个直接模拟找符合条件的数 #include <bits/stdc++.h> using namespace std; int l1,r1,l2,r2; int t; void solve() { int n; cin>>n; cin>>l1>>r1>>l2 阅读全文
posted @ 2023-01-19 15:48 righting 阅读(38) 评论(0) 推荐(1)