摘要: # A - Order Something Else ```cpp #include using namespace std; #define int long long int32_t main() { ios::sync_with_stdio(false), cin.tie(nullptr), 阅读全文
posted @ 2023-07-18 19:39 PHarr 阅读(25) 评论(0) 推荐(0) 编辑
摘要: # A. Vika and Her Friends 枚举所有的点,判断是否存在点与Vika的距离和其他 k 个人的距离的奇偶性不同。 ```cpp #include using namespace std; #define int long long const int mod = 99824435 阅读全文
posted @ 2023-07-18 17:00 PHarr 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # A. Telephone Number 找到第一个 8 ```cpp #include using namespace std; #define int long long const int mod = 998244353; #define mp make_pair void solve() 阅读全文
posted @ 2023-07-18 09:55 PHarr 阅读(8) 评论(0) 推荐(0) 编辑