摘要: https://codeforces.com/contest/1982 还没补 阅读全文
posted @ 2024-09-21 10:37 lyrrr 阅读(15) 评论(0) 推荐(0)
摘要: 赛时三题,牢底坐穿了 M: 签到题,左右 阅读全文
posted @ 2024-09-21 10:36 lyrrr 阅读(31) 评论(0) 推荐(0)
摘要: C: 因为不会打暴力算复杂度所以没过。其实根本不需要技巧直接先往右问再往左问就是2n的 #include<iostream> using namespace std; const int mod = 998244353; int que(string s){ cout<<"? "<<s<<endl; 阅读全文
posted @ 2024-09-21 10:35 lyrrr 阅读(68) 评论(0) 推荐(0)