摘要: # A. Another A+B Problem 暴力枚举出所有的情况,然后特判一下 ```cpp #include using namespace std; set res; int t; string a , b , c = "????????"; #define f(d) ((d[0]-'0' 阅读全文
posted @ 2023-05-31 20:17 PHarr 阅读(42) 评论(0) 推荐(0) 编辑
摘要: # A - 算法竞赛 ```cpp #include using namespace std; #define int long long void solve(){ int st , n , ed; cin >> st >> n; map cnt; for( int i = 1 , x ; i > 阅读全文
posted @ 2023-05-31 12:20 PHarr 阅读(351) 评论(0) 推荐(0) 编辑