摘要: A. Dora's Set C. Dora and C++ #include<iostream> using namespace std; #include<vector> #include<algorithm> #define ll long long const int N=100010; ll 阅读全文
posted @ 2025-07-10 19:58 arin876 阅读(9) 评论(0) 推荐(0)
摘要: A. Bus to Pénjamo #include<iostream> using namespace std; #include<algorithm> int a[110]; int n,r; int main(){ int T;cin>>T; while(T--){ cin>>n>>r; fo 阅读全文
posted @ 2025-07-10 13:12 arin876 阅读(15) 评论(0) 推荐(0)