摘要:
开始板刷 UOJ! UOJ #1. A + B Problem AC Time:2026-04-16 16:23:16 全 UOJ 最难题!( #include <bits/stdc++.h> using namespace std; int main(){ int a, b; cin >> a > 阅读全文
摘要:
巴巴博弈! 以下的“必胜”“必败”均指当前局面下先手必胜或必败。 Nim 游戏 应该是最基础和经典的博弈论。 为防止不知道 Nim 游戏,把 Nim 游戏的规则放在这: 地上有 \(n\) 堆石子,每人每次可从任意一堆石子里取出任意多枚石子扔掉,可以取完,不能不取。每次只能从一堆里取。最后没石子可取 阅读全文