随笔分类 -  SMU-XCPC

摘要:# [Problem - A - Curriculum Vitae](https://codeforces.com/group/L9GOcnr1dm/contest/450890/problem/A) ````cpp #include using namespace std; const int N 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(10) 评论(0) 推荐(0) 编辑
摘要:# [Problem - A Treasure Hunt](https://codeforces.com/group/L9GOcnr1dm/contest/450889/problem/A) ```cpp #include using namespace std; typedef long long 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(8) 评论(0) 推荐(0) 编辑
摘要:# [Problem - A The Contest](https://codeforces.com/group/L9GOcnr1dm/contest/450888/problem/A)(纯属眼瞎) ```cpp #include using namespace std; typedef long 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(6) 评论(0) 推荐(0) 编辑
摘要:## [D-吹_23暑假友谊赛No.2 (nowcoder.com)](https://ac.nowcoder.com/acm/contest/62442/D) > ```cpp #include #define int long long #define endl '\n' using names 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(6) 评论(0) 推荐(0) 编辑
摘要:```cpp inline __int128 read () { __int128 x = 0, f = 1; char ch = getchar (); while (ch '9') { if (ch == '-') f = - 1; ch = getchar (); } while (ch >= 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(12) 评论(0) 推荐(0) 编辑
摘要:# [R、parity game](https://ac.nowcoder.com/acm/contest/60932/R) ```cpp #include using namespace std; #define int long long const int N = 1e5 + 50; int 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(7) 评论(0) 推荐(0) 编辑
摘要:# Problem - D. Number Of Permutations [传送门](https://codeforces.com/group/L9GOcnr1dm/contest/462070/problem/D) > [==容斥原理==](https://blog.csdn.net/weixi 阅读全文
posted @ 2023-08-03 12:41 battle_123 阅读(10) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示