首页 > 小红叒战小紫
头像 asto18089
发表于 2025-03-12 13:33:39
import sys from functools import lru_cache MOD = 10**9 + 7 def is_terminal(R1, R2, B1, B2): a = R1 + R2 b = B1 + B2 if a == 0 or b == 0: 展开全文
头像 Staff_S
发表于 2025-03-13 17:39:19
#include <bits/stdc++.h> const int mod = 1E9 + 7; using namespace std; int main() { std::ios::sync_with_stdio(false); std::cin.tie(nul 展开全文

等你来战

查看全部