Loading

03 2025 档案

摘要:A - Hamming Distance 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long 阅读全文
posted @ 2025-03-31 09:39 _SeiI 阅读(53) 评论(0) 推荐(0)
摘要:A - Two-star Contest 题意 思路 答奋题,贴队友的代码 代码 点击查看代码 #include<bits/stdc++.h> #define int long long #define endl '\n'; #define inf 1e18 using namespace std; 阅读全文
posted @ 2025-03-26 22:06 _SeiI 阅读(269) 评论(0) 推荐(0)
摘要:A - Thermometer 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long long 阅读全文
posted @ 2025-03-16 22:02 _SeiI 阅读(83) 评论(0) 推荐(1)
摘要:A - Triple Four 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int long long 阅读全文
posted @ 2025-03-08 23:12 _SeiI 阅读(111) 评论(0) 推荐(0)
摘要:A - Strictly Increasing? 题意 思路 模拟 代码 点击查看代码 #include<bits/stdc++.h> #include<unordered_set> #include<unordered_map> using namespace std; #define int l 阅读全文
posted @ 2025-03-02 22:06 _SeiI 阅读(45) 评论(0) 推荐(0)