摘要:
# [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
阅读(15)
评论(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
阅读(17)
评论(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
阅读(15)
评论(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
阅读(9)
评论(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
阅读(19)
评论(0)
推荐(0)
摘要:
# [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
阅读(21)
评论(0)
推荐(0)

浙公网安备 33010602011771号